home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rs150run / firstrun.bat < prev    next >
DOS Batch File  |  1991-03-02  |  931b  |  41 lines

  1. prompt $p$g
  2. echo off
  3. cls
  4. echo *
  5. echo * This will set up the files for PRMBS and make directories
  6. echo *
  7. echo * Make the directories. If they already exists, an error will show
  8. echo *
  9. echo on
  10. pkunzip -d rs150run
  11. echo off
  12. echo on
  13. echo **********************************************************
  14. echo * In case this is an old setup and you have a FWD directory
  15. echo **********************************************************
  16. copy fwd\*.fld sys
  17. copy fwd\*.dst sys
  18. copy fwd\*.fwd sys
  19. copy fwd\*.sgn usr
  20. copy fwd\*.fng usr
  21. copy fwd\*.xlt usr
  22. cls
  23. echo off
  24. echo *
  25. echo * We will build the mail file and start numbering messages at %1
  26. echo *
  27. echo on
  28. mailwork -i mail.dat %1 mail
  29. echo off
  30. echo *
  31. echo * We will build the user file using the mail file and also setup the
  32. echo * Sysop's account.
  33. echo *
  34. echo on
  35. roseuser -i user.dat mail.dat %2 %3 %4
  36. echo off
  37. echo *
  38. echo * Setup is complete
  39. echo *
  40. :end
  41.