home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / busi / invo / 009 / demdata.bat < prev    next >
DOS Batch File  |  1990-09-21  |  590b  |  18 lines

  1. echo off
  2. echo ********************************************************
  3. echo    Batch file to create demonstration data files
  4. echo    in directory %1 .  To create demo data files
  5. echo    in your current directory enter demdata . where the
  6. echo    single dot is the current directory
  7. echo ******************************************************** 
  8. pause
  9. echo on
  10. copy work.dem %1\work
  11. copy accounts.dem %1\accounts
  12. copy timekpr.dem %1\timekpr
  13. copy balances.dem %1\balances
  14. copy fees.dem %1\fees
  15. copy costs.dem %1\costs
  16. copy payments.dem %1\payments
  17. copy adjusts.dem %1\adjusts
  18.