home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / fastb.zip / INSTALHD.BAT < prev    next >
DOS Batch File  |  1987-05-04  |  759b  |  41 lines

  1. Echo Off
  2. Cls
  3. c:
  4. cd c:\fbucks
  5. Cls
  6. if exist Fb.com goto pm1
  7. Cls
  8. Echo Installing Fastbucks
  9. md c:\fbucks
  10. md c:\fbucks\data
  11. Copy a:fb.* c:\fbucks
  12. copy a:chk*.* c:\fbucks\data
  13. copy a:sav*.* c:\fbucks\data
  14. copy a:chg*.* c:\fbucks\data
  15. copy a:accts.dat c:\fbucks\data
  16. copy a:bud*.dat c:\fbucks\data
  17. cd c:\fbucks
  18. Echo  
  19. Echo When Prompted for Data path name enter c:\Fbucks\data
  20. Pause
  21. CLS
  22. fb
  23. cd c:\
  24. goto endit
  25. :pm1
  26. Cls
  27. echo c:\FBucks dir already exists
  28. echo  
  29. echo If you do not want fbucks to be installed 
  30. echo at this time.............................
  31. echo    .  
  32. Echo Sample data files will not be Copied to data directory ..... 
  33. echo Hit ^C to abort installation;
  34. echo    .  
  35. Pause
  36. echo     .  
  37. Copy a:fb.* c:\fbucks
  38. Fb
  39. cd \
  40. :endit
  41.