home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / wcron2b4.zip / popup.doc < prev    next >
Text File  |  1998-02-09  |  801b  |  28 lines

  1. just quick'n'dirty description:
  2.  
  3. popup.exe is a PM program which shows a short message given via
  4. command line or as textfile.
  5.  
  6. Parameters:
  7.   -b1  beep once, freq 1500, 500ms
  8.   -b2  beep once, freq 2000, 1000ms
  9.   -b3  beep every 1000ms, freq 1500, 200ms
  10.   -b4  beep every 200ms, freq 2000, 100ms
  11.   -f<file> load text from file
  12.   -i gets text from stdin, f.g. "dir | popup.exe -i"
  13.   "message" display message
  14.  
  15. Examples:
  16.   popup -b2 -fd:\text\donnow.txt
  17.   popup "a quick popup"
  18.   popup -b4 "another popup"
  19.  
  20. It saves its postion, size and font to file "popup.cfg".
  21.  
  22. I know the .exe it's much too much KB, but I cannot change that... Sibyl is 
  23. a wonderful development environment, but every program made with it has 
  24. 100KB or more... maybe I code this tool in C sometimes ;-)
  25.  
  26.  
  27.  
  28.