View Single Post
  #2  
Old 10-02-2009, 11:06 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Try creating a batch file on your desktop with the following contents:
Code:
TASKKILL /F /T /IM winviz.exe
Whenever you want to kill the Vizard script process, just double click the batch file and the script should immediately exit.
Reply With Quote