home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / hem22.zip / FRIEND.BAT < prev    next >
DOS Batch File  |  1992-12-28  |  794b  |  29 lines

  1. echo off
  2. if %1.==. goto goodbye
  3. cls
  4. echo.
  5. echo This batch file will make a copy of HEM onto floppy %1
  6. echo.
  7. echo The data files will NOT be transferred ... only the program.
  8. echo.
  9. echo Place a blank formatted diskette into drive %1 and
  10. pause
  11. copy e.exe %1 > nul
  12. copy e.hlp %1 > nul
  13. copy e.doc %1 > nul
  14. copy friend.bat %1 > nul
  15. copy prorun.exe %1 > nul
  16. copy e.set %1 > nul
  17. echo.
  18. echo A fresh copy of the Expense program files have been copied to
  19. echo floppy drive %1.  The data files have NOT been copied.
  20. echo.
  21. echo For best results have your friend copy the new files into a
  22. echo new directory on his hard disk. 
  23. echo.
  24. echo The first time your friend runs HEM, he will be asked if
  25. echo he wishes to create a new database.  Have him answer YES.
  26. echo.
  27. pause
  28. :goodbye
  29.