home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 100.img / UPSTEST.BAT < prev   
DOS Batch File  |  1990-03-01  |  709b  |  25 lines

  1. @echo off
  2. pkunzip -tq %1
  3. if errorlevel 9 goto er
  4. if errorlevel 4 goto ermem
  5. if errorlevel 1 goto prob
  6. echo This file is good!
  7. pkzip -aq %1 readme.hoi
  8. pkzip -zoq %1 < bbs.dat
  9. goto last
  10. :er
  11. echo You did not run this properly.  The proper form is "Upstest [Name of ZIP]"
  12. echo Please try again!!!!
  13. goto last
  14. :ermem
  15. echo There is not enough memory to run on this machine, Come on...!!!!
  16. goto last
  17. :prob
  18. echo There is an error in this archive.  Please run PkZipFix, or just delete it
  19. echo Don't forget to take away credit from the person who U/l'ed it.
  20. goto last
  21. :last
  22. echo This program brought to you through the grace of God and Rock Tonight
  23. echo have fun with the board....
  24. echo on
  25.