home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB026 / INITTWO.BAT < prev    next >
DOS Batch File  |  1988-04-26  |  1KB  |  44 lines

  1. echo off
  2. rem initflop.bat
  3. cls
  4. echo +
  5. echo +
  6. echo +  This program will create a new LANDLORD system for a two 
  7. echo +  drive system.  It will overwrite previously installed data
  8. echo +  files on Drive B:.  This disk should be installed in Drive A:
  9. echo +  Install a formatted blank disk in Drive B:  The disk in 
  10. echo +  Drive B: will contain all the data files for your account.
  11. echo +  You can create additional disks for separate accounts and
  12. echo +  transaction periods.  You may want to copy all the files on
  13. echo +  Drive A: to a bootable disk.  This disk will work with all
  14. echo +  your LANDLORD data disks in Drive B:.
  15. echo +
  16. echo +
  17. echo +  To abort to DOS type Ctrl-C and then 'Y', else
  18. echo +
  19. echo +
  20. echo +
  21. pause
  22. echo on
  23. erase datadisk.mem
  24. copy landfile.dbf b:landlord.dbf
  25. copy en.ntx b:entrydat.ntx
  26. copy bu.ntx b:building.ntx
  27. copy ch.ntx b:chartacc.ntx
  28. copy tr.ntx b:transdat.ntx
  29. echo off
  30. cls
  31. echo +
  32. echo +
  33. echo +
  34. echo +  Answer 'B' to the upcoming Data Disk question
  35. echo +
  36. echo +
  37. echo +  From now on use 'LANDLORD' to start your program.
  38. echo +
  39. echo +
  40. pause
  41. echo on
  42. landlord
  43.  
  44.