home *** CD-ROM | disk | FTP | other *** search
/ PC Format 18 / Disk18.iso / PCF.BAT < prev    next >
DOS Batch File  |  1993-01-22  |  647b  |  48 lines

  1. @echo off
  2. :start
  3. cls
  4. intro
  5. getkey pgdsx
  6.  
  7. if errorlevel 5 goto exit
  8. if errorlevel 4 goto shadow
  9. if errorlevel 3 goto dtga
  10. if errorlevel 2 goto sgif
  11. if errorlevel 1 goto pov
  12.  
  13. :pov
  14. cls
  15. echo Please wait as the PC FORMAT Coverdisk restores files to your hard drive.
  16. cd\zips
  17. pov@ -d c:\
  18. cls
  19. cd\
  20. goto start
  21.  
  22. :sgif
  23. cls
  24. echo Please wait as the PC FORMAT Coverdisk restores files to your hard drive.
  25. cd\zips
  26. sgif@ -d c:\
  27. cls
  28. cd\
  29. goto start
  30.  
  31. :dtga
  32. cls
  33. echo Please wait as the PC FORMAT Coverdisk restores files to your hard drive.
  34. cd\zips
  35. dtga@ -d c:\
  36. cls
  37. cd\
  38. goto start
  39.  
  40. :shadow
  41. cls
  42. tatou
  43. cls
  44. start
  45.  
  46. :exit
  47. cls
  48.