home *** CD-ROM | disk | FTP | other *** search
- PUTCOM
- Filter
- --------------------------------------------------------------
- Purpose Send a file through a COM1 when Copy or redirection
- will not work.
-
- Note Will only work with COM1.
-
- Format [d:][Path]PUTCOM [/Bbaud] [/Pparity] [/Ddatabits]
- [/Sstopbits] [/?]
-
- Type External
-
- Options /B to set the baud rate. Valid baud rates are:
- 300, 600, 1200, 2400, 4800, 9600. Only the first
- number is required.
-
- /D to set the databits. Valid databits settings are:
- 7, 8.
-
- /P to set the parity. Valid parity settings are:
- NONE, ODD, EVEN. Only the first character is
- required.
-
- /S to set the Stopbits. Valid stopbits settings
- are: 1, 2.
-
- /? to print the current settings, and data as it is
- transmitted.
-
- Defaults /B9600 /Pnone /D8 /S1
-
- Example To send program HELLO.CNV through COM1 using the
- default settings.
-
- A>PUTCOM <HELLO.CNV
-
- To send program HELLO.CNV through COM1 at 4800 baud,
- while displaying characters as sent:
-
- A> PUTCOM <HELLO.CNV /4 /?
-
- Machines IBM