Xavier:  

Thanks for the additional info on the redirect technique.  I have
adapted it to the following

 put "start /MAX C:\foo.html > C:\foo.txt" into MyCom   
 set the hideConsoleWindows to true     
 get  "start cmd /c"  && quote & MyCom & quote  
 get shell(it)  

and have further questions...

-1-
This does seem to open foo.html without blocking.  However, the console
window flashes despite setting hideConsoleWindows to true. Do you have
that same behavior?  Is this due to the redirect, or is there something
else I can include to keep the console window invisible.

-2-
Suppose I wanted to close the window foo.html via shell.  What would the
text be on the first line before >?

-3-
Can I put multiple lines into mycommand so that shell will run commands
in sequence?

Thanks very much.

Mark

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to