home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / netsnd.zip / NETSEND.DOC next >
Text File  |  1993-09-13  |  9KB  |  220 lines

  1.             NetSend  V2.00
  2.  
  3.                   Copyright 1993, Greg Ratajik.
  4.  
  5.                         August 23, 1993
  6.  
  7.  
  8.                Genie     : G.RATAJIK
  9.                CompuServe: 74555,542
  10.                Internet  : G.RATAJIK@genie.geis.com
  11.                     or   : 74555.542@compuserve.com
  12.      
  13.                Voice     : (301)/916-0018     
  14.  
  15.                To register, send $15 check or money order, payable
  16.                to Greg Ratajik, to:
  17.  
  18.                Greg Ratajik
  19.                1722 Forres Ave.
  20.                St. Joseph, MI 49085
  21.     
  22. -------------------------------------------------------------------
  23.      NetSend is a Shareware program.  If you find NetSend
  24. useful, please send $15 to the above address (And if you find it
  25. VERY useful, feel free to send what you think is a fair price.) 
  26. Registering Chkpath will allow you to receive notification of
  27. changes up to version 4.0.  If you plan on using more than 8 copies
  28. of NetSend for one site, please contact me for a site license.
  29.  
  30.      I hope you find NetSend useful, but (DISCLAIMER) I am
  31. in no way responsible for any damages the use of NetSend may cause. 
  32.   
  33.      If you have any questions, comments, ideas, etc, feel free to
  34. contact me.  I'm always looking for ways to improve my software!
  35.  
  36. ---------------------------------------------------------------
  37. I.   General
  38.  
  39.           NetSend will send a message to a user, a group of users,
  40.      a user Group, a LAN, a Domain, and will send the message with
  41.      any combination of the above.  NetSend will also load the list
  42.      of users from a data file, and will load the message from a
  43.      data file.
  44.  
  45.           NetSend is very useful if you send a lot of messages to
  46.      more that just a domain/LAN.  It's also great if you have a
  47.      standard message you send out on a regular basis, to a regular
  48.      list of recipients (You can set up a Icon that you just click
  49.      on and it will do everything.)
  50.  
  51.  
  52. II.  Using NetSend
  53.  
  54.      A.   Command Line parameters.
  55.           o    /U=  This parameter tells NetSend to load the list
  56.                     of users to send to from a file instead of
  57.                     from the keyboard.  This file must be in the
  58.                     form:
  59.  
  60.                     USER1
  61.                     *DOMAIN1
  62.                     *LAN1 
  63.  
  64.                     Up to 255 recipients may be entered.  Each
  65.                     recipient must be on a line by itself.  If you
  66.                     are sending to a Domain or a LAN, you MUST
  67.                     enter a '*' as the first character of the
  68.                     name. (i.e. in the above list, the actual name
  69.                     of the LAN is LAN1.)
  70.  
  71.                     Generally, and editor that doesn't try to
  72.                     format a files text can be used to enter the
  73.                     user list.
  74.  
  75.           o    /M=  This parameter tells NetSend to load the text
  76.                     of the message from a file instead of from the
  77.                     keyboard.  The file may be up to 1000
  78.                     characters for sending to a USER, and up to
  79.                     200 characters if sending to a LAN or DOMAIN.
  80.  
  81.           o    /P   Pause after error.  If you enter this
  82.                     parameter, NetSend will pause when it
  83.                     encounters a error.  This is very useful if
  84.                     you are running NetSend from a Icon (If you
  85.                     run from a Icon, and don't enter this
  86.                     parameter, you must likely won't be able to
  87.                     even see the error.)
  88.      
  89.           Example.  Send from user list USER.LST, message file
  90.                     MESSAGE.TXT and pause after errors:
  91.  
  92.                NetSend /U=D:\NETSEND\USER.LST /M=MESSAGE.TXT /P
  93.  
  94.                (If the user and message files are in the current
  95.                directory, you don't have to enter a path.)
  96.  
  97.           To run the program from a ICON, you would enter the
  98.           NetSend.exe program and path as the file name, and enter
  99.           /U=D:\NETSEND\USER.LST /M\MESSAGE.TXT /P
  100.           as the parameters.
  101.           
  102.           Any mix and order of the parameters are allowed. 
  103.  
  104.      B.   Interactive mode.
  105.  
  106.           1.   If NetSend is not passed any parameters, or only
  107.                one of the parameters, if will prompt the user for
  108.                information.  (If the /U or /M parameter are
  109.                entered without a =FILENAME, NetSend will prompt
  110.                the user for the names of the files to load.)
  111.  
  112.           2.   The first thing NetSend will ask for are user ID's. 
  113.                These can be User ID's, Domain names, or LAN names. 
  114.                If you want to send to a Domain or LAN, you must
  115.                enter a '*' as the first character of the name.  
  116.           
  117.                Enter as many names as you like (up to 255).  When
  118.                you are done, just enter a blank line (Hit the
  119.                enter key only)
  120.  
  121.           3.   Next, NetSend will prompt you for the message text.
  122.                Just enter up to ten lines of text.  Enter a blank
  123.                line when you're done entering the message.
  124.  
  125.                While this is a fairly primitive way of entering
  126.                text, it get's the job done.  If enough people
  127.                register this version, the next will probably be a
  128.                PM based program, with a much better way to enter
  129.                lines.
  130.  
  131.           4.   NetSend will list the users it sends to and report
  132.                any errors it encounters.  If you entered the /P
  133.                parameter, it will only pause after the last send
  134.                error to the last user.
  135.  
  136.      C.   Hidden Parameter's
  137.  
  138.           1.   If you would like to send a 'Test pattern', enter a
  139.                /T as a parameter.  NetSend will prompt you for the
  140.                user ID's to send to.
  141.  
  142. III. Technical information
  143.  
  144.           NetSend is just a front end to NetMessageBufferedSend
  145.      (The LAN API that net messaging uses to send 'Blue Boxes')  If
  146.      you are interested in using a program that gets away from the
  147.      LAN API's altogether (And can send much longer message's,
  148.      better control of message groups, etc.) take a look at
  149.      NetMail, another of my ShareWare program.
  150.  
  151.      The reason that a '*' has to be entered is to indicated to LAN
  152.      messaging (via NetMessageBufferedSend) that the recipient is
  153.      a LAN/Domain.
  154.  
  155.  
  156. IV. Other shareware/PD programs to look for:
  157.  
  158.      o    ChatterBox - Allows users to send one line messages to
  159.           each other across a LAN.  Very nice for non-critical
  160.           messages. One of the first OS/2 1.3 program to use real
  161.           custom animated pushbuttons.
  162.  
  163.      o    DeleteDir - A simple full-screen program to delete a
  164.           directory and all files/directories that are children to
  165.           it.
  166.  
  167.      o    ChkPath - Will check the path's you set in your
  168.           config.sys, and let you know if you've got problems.
  169.  
  170.      o    PWh - Path'ed Where.  Will search a path for a file.  PWH
  171.           will tell you every place it hit's the file.  Very useful
  172.           for checking what version of a program you using.
  173.      
  174.      o    SMPrint - Prints a text file on a HP printer, in
  175.           landscape mode.
  176.  
  177.      o    MDD - Multiple make directory.  MDD will create a
  178.           multiple directories (i.e. if you wanted to make
  179.           C:\GREG\PROGRAM\SOURCE20\MDD\RELEASE, MDD could do it in
  180.           one shot.)
  181.      
  182.      o    WHO - Will display information about all users of a
  183.           LAN/Domain.
  184.  
  185.      o    QWHO - Displays all user ID's currently on a LAN/Domain.
  186.  
  187.      o    NetChat - This program allows many users to have Chat
  188.           sessions over the LAN.  It allows each user to set up
  189.           Conference groups and security levels.  Each Conference
  190.           can have as many users as you want chatting.  This is
  191.           similar to CompuServer's CB, or a BBS's multi-node chat
  192.           area.
  193.  
  194.      o    NetMail - Improved net massaging (i.e. "Blue Boxes") This
  195.           program gives you better control of system level LAN
  196.           messages.  You can enter message subjects, set priority
  197.           levels, and type in longer messages. 
  198.           NetMail allows each user to set up their own message
  199.           groups, along with global message groups.  Each user can
  200.           choose which groups to receive messages from, and what
  201.           groups to send messages to.
  202.           NetMail also let's you choose whether to get the message
  203.           in the traditional VIO BlueBox (but better looking!), a
  204.           PM Message Box, or to display no message but to retrieve
  205.           it at a latter time.
  206.  
  207.           This program makes Net Massaging easier to use, and less
  208.           annoying to the recipients.
  209.  
  210.      o    VTree - Visual directory tree.
  211.  
  212.      o    EDCNFG - PM based program that will verify everything's
  213.           okay in your config.sys, keep track/retro changes into
  214.           multiple config's, and edit/setup a config.sys
  215.  
  216.      o    HPMLib - Library tracking system
  217.      o    HPMCook - Cooking software
  218.  
  219.      o    HPMDiet - Dieting software
  220.