home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / rushdemo2-37.5370.lha / RushDemo2 / Scripts / dram < prev    next >
Encoding:
Text File  |  1994-02-08  |  205 b   |  11 lines

  1. ;
  2. ; $VER: dram 37.1 (12.7.93)
  3. ;
  4. ; Delete all files in ram: excluding anything in env, t, and clipboards.
  5. ;
  6. ; Written by Douglas Keller
  7. ;
  8. failat 21
  9. delete >nil: ram:~(env|t|clipboards) all quiet force
  10. quit
  11.