home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / SETCWD.ZIP / SETCWD.TXT < prev   
Encoding:
Text File  |  1989-11-22  |  494 b   |  13 lines

  1. SETCWD -- Set current working directory in environment.
  2. .
  3. This program will set the environment variables CWD and DRV to the
  4. current working directory and current working drive. In bat-files
  5. they can be used to return to that drive and directory by setting
  6. a %DRV% and a CD %CWD% in the bat-file.
  7. .
  8. This is an updated version of SETCWD on special request that also
  9. will set the VOL environment variable at the current volume name.
  10. .
  11. Bart Mellink, Cyco Automation, The Netherlands.
  12.  
  13.