home *** CD-ROM | disk | FTP | other *** search
- prompt $p$g
- echo off
- cls
- echo *
- echo * This will set up the files for PRMBS and make directories
- echo *
- echo * Make the directories. If they already exists, an error will show
- echo *
- echo on
- pkunzip -d rs150run
- echo off
- echo on
- echo **********************************************************
- echo * In case this is an old setup and you have a FWD directory
- echo **********************************************************
- copy fwd\*.fld sys
- copy fwd\*.dst sys
- copy fwd\*.fwd sys
- copy fwd\*.sgn usr
- copy fwd\*.fng usr
- copy fwd\*.xlt usr
- cls
- echo off
- echo *
- echo * We will build the mail file and start numbering messages at %1
- echo *
- echo on
- mailwork -i mail.dat %1 mail
- echo off
- echo *
- echo * We will build the user file using the mail file and also setup the
- echo * Sysop's account.
- echo *
- echo on
- roseuser -i user.dat mail.dat %2 %3 %4
- echo off
- echo *
- echo * Setup is complete
- echo *
- :end