newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Maurizio on April 30, 2004, 06:37:15 AM

Title: hiding httpd command window
Post by: Maurizio on April 30, 2004, 06:37:15 AM
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
Title:
Post by: eddier on April 30, 2004, 06:50:25 AM
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
Title:
Post by: Maurizio on April 30, 2004, 07:08:26 AM
Wonderful !

Now it works correctly.

Regards

Maurizio