CHDIR or CD

Purpose

Change working directory

Sytnax

CHDIR path

 

CD path

Arguments and Subcommands

path

Path for new working directory. Paths can be either absolute (starting from the directory) or relative to the current directory.

Remarks

CHDIR and CD are identical.  When you start EPICURE by clicking on an EPICURE shortcut the current working directory is initially set to the default directory associated with that shortcut.  When you start a session by reading an existing script or BSF file, the working directory is set to the path that contains that script or file.

Examples

a)  Change the working directory to c:\mydata.

CHDIR  c:\mydata @

b)  Change the directory using a relative path to the subdirectory of the parent of the current working directory.

CD  ..\mydata @