.sentinel 0 Posted July 8, 2006 ProcessClose ("trillian.exe") ProcessClose ("RocketDock.exe") ProcessClose ("iPodService.exe") ProcessClose ("DfrgNTFS1.exe") ProcessClose ("iTuneshelper.exe") Run(?) The shortcut for Counterstrike has a target of "C:\Program Files\Steam\steam.exe" -applaunch 10 How do I do a run command so I can open that up or do I need to have the script run steam then use the mouse to open up counterstrike? Share this post Link to post Share on other sites
lopolop 0 Posted July 8, 2006 simple.. run('"C:\Program Files\Steam\steam.exe" "-applaunch 10"') Share this post Link to post Share on other sites
.sentinel 0 Posted July 8, 2006 Thanks and for future reference I just found out you don't need that second set of quotations. Thanks again. Share this post Link to post Share on other sites
lopolop 0 Posted July 9, 2006 np just the 2nd quotations is what i use.. Share this post Link to post Share on other sites