home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / DESQVIEW / TECH / DVPSD307.ZIP / ANPSD.BAT next >
Encoding:
DOS Batch File  |  1990-11-21  |  204 b   |  17 lines

  1. @echo off
  2. echo off
  3. if "%1"=="" goto notok
  4.  
  5. psd %1 %2 %3 %4 %5 %6 %7 %8 %9
  6.  
  7. dumpsd
  8.  
  9. goto end
  10.  
  11. :notok
  12. echo Usage: ANPSD [drive+path{[file](.com/.exe)} [file-option(s)]]
  13. goto end
  14.  
  15. :end
  16. echo:
  17.