home *** CD-ROM | disk | FTP | other *** search
-
- ▀▀ ▀▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀ X/Y/Zmodem Transfer Shell, Version 1.11
- ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ Copyright (c) 1994 By Kevin Nebus of
- ▀▀▀ ▀▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀▀▀ HyperWare Productions
- ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀ The Edge of Reality BBS ■ 318∙742∙0654
- ▀▀ ▀▀ ▀▀ ▀▀▀▀▀▀▀ ▀▀ ▀▀ FidoNet ■ 1:380/75
- ───────────────────────────────────────────────────────────────────────────
- Registered for use with Pete Rocca's The Offline Mail System (OLMS)
- ───────────────────────────────────────────────────────────────────────────
-
- Syntax:
-
- XFER.EXE <direction> <prot> <port> <bps> <flow> <filespec>
- <base> <irq> <parity> <length> <stopbits>
-
- <direction> = s to send, r to receive
- <prot> = x for XModem 1 for XModem 1K
- y for YModem b for YModem Batch
- g for YModem G m for YModem G Batch
- z for ZModem
- <port> = 1 to 32767
- <bps> = 110 to 115200 (*NOTE*: If locked, then use locked rate)
- <flow> = n for none c for CTS/RTS d for DSR/DTR x for XON/XOFF
- r for (c) above 2400 and (n) 2400 and below
- e for read from XFLOW<port> variable
- <filespec> = filename
-
- The variables listed below are not NEEDED, but may be defined. If you use
- one of them, you must use all of them, in the order specified.
-
- <base> = Base address of port in HEX (0=read from XBASE<port>)
- <irq> = IRQ of port using (0=read from XIRQ<port>)
- <parity> = n for None o for Odd e for Even
- m for Mark s for Space
- <length> = 7 or 8 bits
- <stopbits> = 1 or 2 bits
-
- This program may be executed one of two ways. The first, and simplest is to
- use 'predefined' comm setups. The defined ports are listed below:
-
- Predefined values for ports 1-4 are:
-
- COM1: Base 3f8 IRQ 4 COM2: Base 2f8 IRQ 3
- COM3: Base 3e8 IRQ 4 COM4: Base 2e8 IRQ 3
-
- Using the predefined method, the command line is as follows:
-
- XFER.EXE <direction> <prot> <port> <bps> <flow> <filespec>
-
- Remember that in OLMS, you can use the *P for <port>, *L for the locked
- baud rate, or *B if your com port is not locked, and *F for <filespec>.
-
- A few sample usages might look like these:
-
- XFER.EXE s z *P *L r *F (Send Zmodem on locked port)
- XFER.EXE r y *P *B n *F (Receive Ymodem on nonlocked port)
-
- Using a Full Setup is a little more complex, but may be done using either
- the command line, or a combination of the command line and environment
- variables. The command line for using the Full Setup is as follows:
-
- XFER.EXE <direction> <prot> <port> <bps> <flow> <filespec>
- <base> <irq> <parity> <length> <stopbits>
-
- If you wish to use the command line in combination with environment variables,
- the variables used are as follows:
-
- XBASE<port>=<base>
- XIRQ<port>=<irq>
- XFLOW<port>=<flow>
-
- The values are the same that are used on the command line, but using this
- method gives the user the ability to configure XFER beyond what other generic
- transfer programs can do. Using the Full Setup method gives the user
- the ability to have an UNLIMITED number of ports on ONE machine, provided
- that your hardware is capable of such a feat of course! <g>
-
- *****************************************************************************
-
- DISCLAIMER:
-
- The author of this program (Kevin Nebus) cannot and will not be held
- responsible for any damages that occur from the use of this program.
- This program is provided AS IS without warranty of any kind. If you use
- this program, you use it AT YOUR OWN RISK!
-
- Customizations of this program are available. For pricing, please write to:
-
- Kevin Nebus
- HyperWare Productions
- 2520 Belle Grove
- Bossier City, LA 71111
-
- or call: 318-742-4488 (voice). I may be reached at 1:380/75 if you wish
- to NetMail me over FidoNet.
-
- This program is defined as HyperWare and is public domain. There is no fee
- required for the use of this program. However, if you wish to include this
- program with another program, please send me a note telling me so. You do
- not need written permission to do so, the note just tells me that the program
- is being used, how it's used, and what the response to the program is. If
- you like the program and wish to donate to further promote HyperWare, please
- send whatever you feel the program is worth to the address above.
-
- -----------------------------------------------------------------------------
- AMENDMENT TO ABOVE:
-
- This program has been customized specifically for use with Pete Rocca's
- OLMS (Offline Mail System) and may NOT be used by any one else for any
- purpose without permission from the Author AND Pete Rocca.
-
- Specific rights to modify this document have been given to Pete Rocca in
- order to clarify/expand upon certain issues. The area below the '*' border
- may not be modified for any reason by anyone except the Author.
- -----------------------------------------------------------------------------
-