mesale0077 Posted March 14, 2011 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.
JohnOne Posted March 14, 2011 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.
Carlo84 Posted March 14, 2011 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
JohnOne Posted March 14, 2011 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.
mesale0077 Posted March 15, 2011 Author 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
kaotkbliss Posted March 15, 2011 Posted March 15, 2011 Some programs, such as Windows Media Player, you cannot run more than 1 time. (unless you use a virtual machine) 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Carlo84 Posted March 15, 2011 Posted March 15, 2011 incase of media player i think you could run multiple embedded versions though. _SplashProgressImage | _Regionselector | _IsPressed360 | _UserAccountContol_SetLevel | _ListSubFolders
evilertoaster Posted March 15, 2011 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now