Bkgnd process that returns immediately

Mark Powell mark_powell at symantec.com
Mon Mar 19 12:53:36 EDT 2007


  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



More information about the use-livecode mailing list