mesale0077 14 Posted March 14, 2011 hi for any program to run more than one like Sandboxie pro. when run program name win title normal name program name win title name change [#]program name[#] thank you now. Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 14, 2011 for any program to run more than one, run it again, so for any program to run more than one you run it more than one. So for example for any program to run more than one, run it two, ot for any program to run more than one, run it three etc... Care to elaborate? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Carlo84 2 Posted March 14, 2011 for any program to run more than one, run it again, so for any program to run more than one you run it more than one.So for example for any program to run more than one, run it two, ot for any program to run more than one, run it three etc...Care to elaborate?i suspect your trying to run multiple instances of a application that runs simmilair as a script using the _Singleton() func? _SplashProgressImage | _Regionselector | _IsPressed360 | _UserAccountContol_SetLevel | _ListSubFolders Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 14, 2011 I see, then perhaps $PID = Run("program.exe") is what the OP needs, to keep track of each instance of the program. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
mesale0077 14 Posted March 15, 2011 (edited) hi example: Windows Media Player.exe or another program for run the program 2 times how is it? ı need for to run another program thank you now Edited March 15, 2011 by mesale0077 Share this post Link to post Share on other sites
kaotkbliss 146 Posted March 15, 2011 Some programs, such as Windows Media Player, you cannot run more than 1 time. (unless you use a virtual machine) 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
Carlo84 2 Posted March 15, 2011 incase of media player i think you could run multiple embedded versions though. _SplashProgressImage | _Regionselector | _IsPressed360 | _UserAccountContol_SetLevel | _ListSubFolders Share this post Link to post Share on other sites
evilertoaster 3 Posted March 15, 2011 If you'd like to leverage sandboxie to run multiple instances you can use command line args: http://www.sandboxie.com/index.php?StartCommandLine and call those from an AutoIt Script as the need may be. If you're asking how to make a virtual machine/sandbox using AutoIt as the desired programming language I think you're asking in the wrong forums. Share this post Link to post Share on other sites