home *** CD-ROM | disk | FTP | other *** search
/ PC Format 9 / 9-1.iso / PCF.BAT < prev   
DOS Batch File  |  1992-04-22  |  815b  |  61 lines

  1. echo off
  2. cls
  3.  
  4. nocurs
  5. disp menu\pcf0 1
  6. disp menu\biab 1
  7. :start
  8. disp menu\biab 2
  9. getkey ix
  10.  
  11. if errorlevel 2 goto quit
  12. if errorlevel 1 goto install
  13.  
  14. :install
  15. disp menu\wdrive 2
  16. getkey abm
  17.  
  18. if errorlevel 3 goto start
  19. if errorlevel 2 goto instb
  20. if errorlevel 1 goto insta
  21.  
  22. :insta
  23. cls
  24. echo Creating directory
  25. md c:\band
  26. echo Copying compressed files
  27. copy band?.exe c:\band
  28. c:
  29. cd\band
  30. echo Restoring band-In-A-Box program files
  31. band1
  32. band2
  33. echo Activating Band-In-A-Box...
  34. pause
  35. band
  36. a:
  37. goto start
  38.  
  39. :instb
  40. cls
  41. echo Creating directory
  42. md c:\band
  43. echo Copying compressed files
  44. copy band?.exe c:\band
  45. c:
  46. cd\band
  47. echo Restoring Band-In-A-Box program files
  48. band1
  49. band2
  50. echo Activating Band-In-A-Box...
  51. pause
  52. band
  53. b:
  54. goto start
  55.  
  56. :quit
  57. cls
  58. disp menu\pcfend 2
  59. pause
  60. cls
  61.