home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CD32 / OVERCD93.DMS / in.adf / S / PCD < prev    next >
Encoding:
AmigaDOS Script File  |  1994-07-15  |  248 b   |  15 lines

  1. .key dir
  2.  
  3. ; $VER: pcd 38.1 (11.10.91)
  4. ; This is a CD script that remembers the previous directory
  5.  
  6. IF "<dir>" EQ ""
  7.   Assign ofrom<$$>: ""
  8.   CD from<$$>:
  9.   Assign from<$$>: ofrom<$$>:
  10.   Assign ofrom<$$>:
  11. Else
  12.   Assign from<$$>: ""
  13.   CD <dir>
  14. EndIF
  15.