home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTC25B1.ZIP / UPCHK.BTT < prev    next >
Text File  |  1994-12-29  |  567b  |  41 lines

  1. @ECHO OFF
  2. IF %2 == UNZ GOTO UNZ
  3. IF %2 == VIRUS GOTO VIRUS
  4. IF %2 == DUP GOTO DUP
  5. IF %2 == ADS GOTO ADS
  6. IF %2 == REC GOTO REC
  7. IF %2 == ADDIZ GOTO ADDIZ
  8. GOTO END
  9.  
  10. :UNZ
  11.  
  12. Place your current UNZ.BAT in this section
  13.  
  14. GOTO END
  15. :VIRUS
  16.  
  17. Place your current VIRUS.BAT in this section
  18.  
  19. GOTO END
  20. :DUP
  21.  
  22. Place your current DUP.BAT in this section
  23.  
  24. GOTO END
  25. :ADS
  26.  
  27. Place your current ADS.BAT in this section
  28.  
  29. GOTO END
  30. :REC
  31.  
  32. Place your current REC.BAT in this section
  33.  
  34. GOTO END
  35. :ADDIZ
  36.  
  37. Place your current ADDIZ.BAT in this section
  38.  
  39. GOTO END
  40. :END
  41.