home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tserve11.zip / SAMPLE.CMD < prev    next >
OS/2 REXX Batch file  |  1996-01-26  |  826b  |  19 lines

  1. REM NOTE: This sample command file is identical to the one I use
  2. REM on my first dial-in node at the Think Pub BBS: 703-406-8820
  3. REM Your version will most definately be different!
  4. REM
  5. REM NOTE: The mode command I use (dmode) is part of the software that
  6. REM came with my DIGIBOARD. I use an 8 port DIGIBOARD on my dial-in
  7. REM host for incoming and outgoing connections. You need to replace
  8. REM this command with one that is appropriate to your system. This
  9. REM file is only included for informational purposes.
  10. REM
  11. REM This command script is run from my Maximus directory.
  12. REM
  13. :Begin
  14. @echo Establishing Com Port Settings...
  15. @c:\digi\dmode com6:57600,n,8,1,,TO=OFF,XON=ON,IDSR=OFF,ODSR=OFF,OCTS=ON,DTR=ON,RTS=HS > NUL
  16. tserve tserve1.cfg
  17. @echo Waiting to restart session...
  18. @d:\utility\countdwn 10
  19. goto Begin