Since I have gotten such great advice from the group I
thought I'd share this which I've found really useful.
When running scheduled scripts it is nice to be able
to have them run invisibly.  Trouble is, even
if you use *Window hide you often get a brief flash 
on the screen as they launch.  To get round this, launch
them via the Windows Scripting Host.  Type the following
into a .vbs file:

CreateObject("Wscript.Shell").Run "progname.exe",0

You can now call the VBS script from PowerPro and the
program will run completely hidden.

Duncan

PS  No doubt someone has a better way?...



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to