home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ts3m.zip / SETMODE.BAT < prev    next >
DOS Batch File  |  1995-01-04  |  413b  |  12 lines

  1. echo off
  2. echo .
  3. echo .  A sample batch file to set the mode on a COM port.
  4. echo .  You will need to set the port to COM1 or COM1 to match your setup
  5. echo .  the baud should match what you specify in tssetup.exe
  6. echo .
  7. rem  normally you might comment the pause out
  8. pause
  9. rem naturally this sample batch file will only be suitable for a few
  10. rem configurations.
  11. mode COM1 baud=9600 parity=n data=8 stop=1
  12.