home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / PMALARM.ZIP / ALARM.TXT < prev   
Text File  |  1989-07-11  |  519b  |  20 lines

  1. ALARM Program description:
  2.  
  3. When started with command line parameters, it starts as an icon and
  4. waits until the specified to popup with specified message in a window. 
  5. When started without parms, it starts as a window with dialog box and
  6. prompts for notification time and message.
  7.  
  8. Command format:
  9.  
  10. ALARM nn:nn "message"
  11.  
  12.   Where nn:nn is the time in 24:00 hour format
  13.   message is the text message to display
  14.  
  15. Example:
  16.  
  17. ALARM 16:30 "Go home!"
  18.  
  19.   This will display the message "Go home!" at 4:30 pm.
  20.