Allow2010 7 Posted January 2, 2012 Hi all, i need to find the PID of my script (like using $pid=ProcessExists( "myscript" )) without using the scriptname (as several scripts of the same name can run at the same time)... Anyone got an idea how i can get this? Thanks ! Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted January 2, 2012 Check @AutoItPID .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
Allow2010 7 Posted January 2, 2012 thanks...great that there is an easy solution for this:-) Share this post Link to post Share on other sites