just quick'n'dirty description:

popup.exe is a PM program which shows a short message given via
command line or as textfile.

Parameters:
  -b1  beep once, freq 1500, 500ms
  -b2  beep once, freq 2000, 1000ms
  -b3  beep every 1000ms, freq 1500, 200ms
  -b4  beep every 200ms, freq 2000, 100ms
  -f<file> load text from file
  -i gets text from stdin, f.g. "dir | popup.exe -i"
  "message" display message

Examples:
  popup -b2 -fd:\text\donnow.txt
  popup "a quick popup"
  popup -b4 "another popup"

It saves its postion, size and font to file "popup.cfg".

I know the .exe it's much too much KB, but I cannot change that... Sibyl is 
a wonderful development environment, but every program made with it has 
100KB or more... maybe I code this tool in C sometimes ;-)



