View Single Post
Old 09-19-2008, 05:44 PM   #142
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by shighfield View Post
Any chance you could get the program to write a log file and display nothing on the screen at all?

I've come up with an interesting little wrapper to launch it and minimize to the tray.

If you could create a command line switch to not display anything at all on the screen I could make my little wrapper look pretty nice. <G> Doing it in Virtual Pascal and will release the source code as I do with everything else I code.
Quick way would be to redirect the output to a file (append '>file-log.txt') or to the null device on windows! (append '>nul').

The former still has some of impserve's output going to the screen so maybe the >nul is the way to go for now, that is, until ashkulz chimes in!
nrapallo is offline   Reply With Quote