home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / KA9Q / KIT / NOS_KIT.ZIP / NOS_EXE.ZIP / NOS1130D.DOC < prev    next >
Encoding:
Text File  |  1991-03-01  |  1.5 KB  |  35 lines

  1. 3/1/91
  2.  
  3. This version of the KA9Q 901130 (NOS) TCP/IP package
  4. has been modified and recompiled in the following way:
  5.  
  6.     - Added the "SCC" driver for compiling -- config.h
  7.     - Changed the NOS prompt from "net> " to "nos> " -- main.c
  8.     - Changed the version string from "901130" -- version.c
  9.     - Added "newlines" around the mbox motd display -- mailbox.c
  10.     - Added new commands, "timer" and "commandfile"
  11.         - timer <time-val> <command-string>
  12.         - commandfile <command-filename>
  13.       Timer allows specifying any command to be run periodically.  The
  14.       timer can also run a DOS command on a regular basis by combining
  15.       it with the "!" or "shell" command.  For example:
  16.         timer 7200 ! newsproc
  17.       would run the NETNEWS processor automatically once per hour.
  18.       Commandfile allows specifying a file full of commands to be
  19.       executed instead of just a single command at a time.
  20.       -- cmdparse.c, commands.h, config.c, main.c, makefile, add swhacks.c
  21.     - Added G1EMM's "tcp timertype" command -- tcptimer.c, tcpcmd.c
  22.     - Eliminated "setvbuf" usage in the mailbox -- bmutil.c
  23.     - Modified the "!" and "shell" commands to accept a standard DOS
  24.       format command line instead of requiring the "/c" command.com
  25.       switch.  It now also searches the DOS "PATH" if it doesn't find
  26.       the program in the current directory.  Usage:
  27.         !
  28.         ! /c <DOS_command_line>
  29.         ! <DOS_command_line>
  30.     - Delimited all changes with "#ifdef DLFHACKS", added
  31.       "-DDLFHACKS" to "CFLAGS" -- makefile
  32.  
  33. Dave Fritsche (wb8zxu)
  34. dlf@phx.mcd.mot.com (Tempe, AZ)
  35.