home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / WorkBenchV40,42.LHA / S / PCD < prev    next >
Encoding:
AmigaDOS Script File  |  1994-02-18  |  246 b   |  15 lines

  1. .key DIR
  2.  
  3. ; $VER: PCD 40.1 (9.2.93)
  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.