home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / misc / pclotto.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-08-31  |  395b  |  16 lines

  1. echo off
  2. if !==%1! goto GOOF
  3. echo PC-LOTTO program is going to drive "%1"
  4. PKunzip PCLOTTO1.ZIP -d %1
  5. echo If your drive is 360K floppy insert the second disk now
  6. pause
  7. PKunzip PCLOTTO2.ZIP -o  %1
  8. goto END
  9. :GOOF
  10. echo Which drive??
  11. echo Proper format is: INSTALL A:
  12. echo    (two formated 360K disks required)
  13. echo INSTALL  C:\PCL28   (make directory C:\PCL28 first!)
  14. goto END
  15. :end
  16.