is it possible to start newlisp httpd .....
without having a command window floating around ?
I'd like to start the program using a batch file, or a menu or desktop link
and it should run httpd without showing any window,
or better, with a little icon in the tray area....
Regards
Maurizio
You can set up a shortcut icon linked to a batch file. You can set the properties on the icon to run with the window minimized so that it only shows up on the task bar. Of course if someone clicks the program on the taskbar it restores the window.
Eddie
Wonderful !
Now it works correctly.
Regards
Maurizio