[Contents]  [Introduction]  [Overview]  [Preparing]  [Data]  [General]  [Statistics]  [References]  [Appendices]

[General Program Functions]
[CD]  [COMMENT]  [DATE]  [ECHO]  [HELP]  [NOTE]  [OUTPUT]  [QUIT]  [RANDOM]  [SAVE]  [SHELL]  [STATUS]  [SUBMIT]  [TITLE]  [USE]
[Windows Features]
[CLS]  [FUNCTION KEYS]  [MENU]  [TOOLBAR]


CD Change Directory (Move to New Data Path)

The CD command is used to change the current Data Path (file folder) where Blossom is operating.

In the Windows version of Blossom, after installation the Data Path is the Installed BLOSSOM/SAMPLES directory. A record is kept by Blossom of subsequent changes of the Data Path when a CD, USE, or SUBMIT command is used. New Windows Blossom sessions will begin in the last used Data Path.

In the Console version of Blossom, the initial Data Path is always in the current working directory where the program is invoked. Subsequent CD commands can be used to navigate the file system. A record is kept of the location of the Data Path. Subsequent Windows Blossom sessions will begin in the last used Data Path (including Console sessions).

The following CD command changes to the \DATA\OSPREY2K directory on the current drive:

        >CD \DATA\OSPREY2K

The following command moves up one level in the directory structure:

        >CD ..

The following command moves to the K: drive:

        >CD K:

The following command moves to the TEAL subdirectory (below the current Data Path:

        >CD TEAL

[General Program Functions]
[CD]  [COMMENT]  [DATE]  [ECHO]  [HELP]  [NOTE]  [OUTPUT]  [QUIT]  [RANDOM]  [SAVE]  [SHELL]  [STATUS]  [SUBMIT]  [TITLE]  [USE]
[Windows Features]
[CLS]  [FUNCTION KEYS]  [MENU]  [TOOLBAR]

[Contents]  [Introduction]  [Overview]  [Preparing]  [Data]  [General]  [Statistics]  [References]  [Appendices]