home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / archiver / peek_221.arj / PEEKQBBS.ZIP / PEEK.BAT next >
DOS Batch File  |  1991-04-09  |  666b  |  17 lines

  1. If %1!==1! PEEKER.EXE Ad:\qbbs\flsearch.ctl Dd:\new\ xd:\peek T%2 B%3 G%4 S20
  2. If %1!==1! GoTo Jump
  3. If %1!==2! PEEKER.EXE Ad:\qbbs\flsearch.ctl Dd:\new\ xd:\peek T%2 B%3 G%4 S60
  4.  
  5. :Jump
  6. Rem If Errorlevel 100 Echo Archive Exists
  7.  
  8.     If Errorlevel  90 If Exist d:\peek\XFILE.* c:\util\dsz sz -r d:\peek\XFILE.*
  9.     If Errorlevel  90 GoTo Quit
  10.     If Errorlevel  89 If Exist d:\peek\XFILE.* c:\util\dsz sx -k d:\peek\XFILE.*
  11.     If Errorlevel  89 GoTo Quit
  12.     If Errorlevel  88 If Exist d:\peek\XFILE.* c:\util\dsz sx d:\peek\XFILE.*
  13.     If Errorlevel  81 GoTo Quit
  14.     If Errorlevel   1 Qbbs -r -e20 
  15. :QUIT
  16. If Exist d:\peek\XFILE.* DEL d:\peek\XFILE.*
  17.