home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / gi / amtax94.bat next >
DOS Batch File  |  1995-01-27  |  503b  |  29 lines

  1. echo off
  2. cls
  3. if exist %1\theclub\amtax94\nul goto sub
  4. md %1\theclub
  5. md %1\theclub\amtax94
  6. xcopy \gi\amtax94 /s %1\theclub\amtax94
  7. attrib %1\theclub\amtax94\*.* -r
  8. pause
  9.  
  10. :sub
  11. cls
  12. echo .
  13. echo .
  14. echo .
  15. Echo .
  16. echo        You must select "4. Set System Configuration"
  17. Echo .
  18. Echo        the fist time you run Am-Tax 1994.
  19. echo .
  20. echo        The Path of Am-Tax 1994 is
  21. echo .
  22. echo                          %1\theclub\amtax94.
  23. echo .
  24. pause
  25. %1
  26. cd %1\theclub\amtax94
  27. tax94.exe
  28.  
  29. :end