home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / modem / wakeup.arc / WAKEUP.DOC next >
Text File  |  1987-07-14  |  7KB  |  176 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 WAKEUP.EXE
  8.                       is a simple program to make phone
  9.                        calls (generally wakeup calls)
  10.                       at a predetermined time and with
  11.                           set timing and frequency.
  12.  
  13.  
  14.      How to use WAKEUP:
  15.  
  16.      The program is invoked by typing the command:
  17.  
  18.                    WAKEUP [com] [time] [phone] [delay] [repeat]
  19.  
  20.       Where [com] is a one digit number between 1 and 2 that represents
  21.       the communicatons port that your modem will respond to.  If you use
  22.       any commands at all on the command line this command MUST be includ-
  23.       ed.  If you do NOT use a command line at all the DEFALUT is 1 (This
  24.       will cause the use of com1).
  25.  
  26.       Where [time] is the default time that you want to start the program
  27.       with. This MUST be a five character valid time and the third charact-
  28.       er MUST be a colon.  Make sure you use valid MILITARY type time. For
  29.       instance 3:00 p.m. is equivilent to 15:00. This figure is easily
  30.       edited once in the program so you don't have to worry about exiting
  31.       to change it.  If this command parameter is used all preceding com-
  32.       mand parameters MUST be used. The DEFAULT is 00:00.
  33.  
  34.       Where [phone] is the default phone number that you want to start the
  35.       program with. This is also easily edited once in the program.  This
  36.       MUST be an 8 character string, the first 3 and last 4 numbers MUST be
  37.       digits between 0 and 9 and the 4th character MUST be a "-".  There is
  38.       no real way to error check your phone number for you so please be care-
  39.       ful. If you're like me you will be setting this for very early in
  40.       the morning and this is likely to disturb a wrong number, especially
  41.       if you have it set to call every 3 minutes for a total of 10 calls.
  42.       If this command parameter is used all preceding command parameters
  43.       MUST be used. The DEFAULT is 555-5555.
  44.  
  45.       Where [delay] is the time you want between repetitive calls. Once again
  46.       this figure can be edited once in the program. This MUST be a 2 charac-
  47.       ter string. Both characters MUST be numbers from 0 to 9.  The longest
  48.       delay allowed by the program is 60 minutes.  If this command parameter
  49.       is used all preceding command parameters MUST be used. The DEFAULT is
  50.       10 (10 minutes). To use five minutes between calls 05 is correct,
  51.       NOT 5.
  52.  
  53.       Where [repeat] is the number of calls that will be made.  This may be
  54.       edited in the program.  This MUST be a 2 character string.  Both charac-
  55.       ters MUST be numbers form 0 to 9.  The most calls allowed by the
  56.       program is 10. To make three calls 03 MUST be entered, NOT 3.  If this
  57.       command parameter is used all preceding command parameters MUST be used.
  58.       The DEFAULT is 3 (3 calls).
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.       After the program has initialized and is on the screen you have your
  70.       choice of 6 commands to use:
  71.  
  72.       Abort   Time   Phone   Delay  # of calls   Fake
  73.  
  74.       The first character of each command activates that command.
  75.  
  76.       Abort causes the program to dump back to DOS.
  77.  
  78.       "T" causes the current set wakeup time to disappear and allows a new
  79.       one to be entered. You must enter a valid time or it will beep and
  80.       00:00 will appear in place of what you typed.  If you don't want to
  81.       be called at midnight then I suggest you enter a new time and make this
  82.       one valid.
  83.  
  84.       "P" allows a new phone number to be entered.
  85.  
  86.       "D" changes the time between repetitive calls.
  87.  
  88.       "#" changes the number of repetitive calls.
  89.  
  90.       No editing keys will work with any of these commands.  If you make a
  91.       mistake simply finish filling the field and then type the editing com-
  92.       mand again to re-enter the command.
  93.  
  94.       "F" allows you to make a fake phone call to check that you have speci-
  95.       fied the correct com port and that everything will work.  I use cheap
  96.       clone computers and sometimes when I try to write to my com port the
  97.       damn thing locks up.  I think it has something to do with all the TSR
  98.       crap that I load up.  The program will dial "555-5555" which should
  99.       be a wrong number wherever you are.  You should be able to hear the
  100.       modem when you get a dialtone and hear the dialing, results and all.
  101.  
  102.       About the program:
  103.  
  104.       WAKEUP is written in QuickBasic.  It is compiled to run as a standalone
  105.       program.  This is version 1 (I guess).  It was compiled on July 14,
  106.       1987.  I am planning to enhance the program but don't know when there
  107.       will be time.  If you have some specific enhancements you would like
  108.       to see I would be happy to consider them.
  109.  
  110.       If you would like a copy of the latest version I will be glad to send
  111.       you one.  Just send me a blank FORMATTED diskette and a stamped self-
  112.       addressed envelope suitable for mailing you back the diskette.  There
  113.       will be no other charge.  If you would like a copy of the latest
  114.       version and a copy of the source code you must send me $2.00.  I don't
  115.       think I am going to get rich off of this but what the hell.
  116.  
  117.       With either of the above requests I would like you to tell me a couple
  118.       of things.
  119.  
  120.       Any bugs found in the program. (please be specific about when the pro-
  121.                                       gram screws up and all the data entered
  122.                                       that caused the screw up. also include
  123.                                       your equipment configuration and so
  124.                                       forth.  also include a night phone #
  125.                                       where you can be reached.)
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.       What your name is and where you live.
  137.  
  138.       Where you got the copy of WAKEUP that you are now using.
  139.  
  140.       What you use the program for.
  141.  
  142.       Any comments you would like to make.
  143.  
  144.       You can also contact me through GEnie bulletin board service where
  145.       my address is CLAGRAPH, on The Source where my number is BEP982,
  146.       or on Charlotte RBBS at 704-332-5439.
  147.  
  148.       Who am I?  Well my name is David Pitts
  149.                                  6620 Danbrooke Park Drive
  150.                                  Charlotte, NC 28212
  151.  
  152.       DISCLAIMER
  153.  
  154.       I don't promise or warrant a single thing about this program.
  155.       If you use it and it doesn't work then too bad.
  156.       I have no reason to believe that it could possibly harm anybody's
  157.       hardware or other software but I won't accept responsiblity for
  158.       anything.
  159.  
  160.       I am NOT releasing this to the public domain.  I just don't choose
  161.       to charge for it right now.  I reserve all rights to all parts of
  162.       the program.  You are however free to copy and distribute this program
  163.       to anyone you like as long as you  charge nothing at all for it.
  164.       No disk or distribution fees or anything at all.  If you can't just
  165.       give it away then don't do anything with it.
  166.  
  167.       Thanks for downloading WAKEUP.  I would be very pleased to recieve
  168.       any positive or negative comments about this program that you would
  169.       care to make.
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.