Command: path

Syntax

path { <directory> }

Description

Change the current working directory.

Parameters

Switches

None

Notes

Setting the system string current_dir will do the same as the path command.

There is also a command alias cd for compatibility with other scrpting languages.

Examples

Path home.

path

Path to c:/temp.

path c:/temp

See Also

Commands:

mkdir

Identifiers:

current_dir (string), home_dir (string)