Here are some tips for people who don't want to leave behind their command
prompts.
* In addition to the MS-DOS standards . and .., there are two new
directory symbols:
* ... is the parent directory, once removed
.... is the parent directory, twice removed
* You can drag and drop files to the Command Prompt. The file name
appears in the keyboard buffer.
* To have a batch file run each time you enter the Command Prompt, click
properties for the Command Prompt and enter its name under
program/batch file. Then put your favorite utilities, for example
Doskey, into the batch file.
* You can run windows programs from the Command Prompt. You can also
open folders by typing "start ." or "start .." at the prompt. The
start command can even run programs or documents. |