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)

To keep the console window from flashing in the snippet above, Xavier
responded


  use "start /b" to hide the window.


I have tried this, in both line 1 and line 3, and in various ordering.
But the console still flashes.  What am I doing wrong?  

What is the entire single line of script with the /b in the recommended
position?

Gratefully,

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

Reply via email to