behdadsoft 1 Posted October 28, 2014 Hi. I want check if Process Not Exist then Give an Message. this script work in editor but don't work after compile.I want know my syntax for check ProcessExists is Correct or not? if Not ProcessExists ("DesktopTools.exe") Then MsgBox (0, "Message", "", "Proccess Not Exist") EndIf Please Guide Me. Thanks. Share this post Link to post Share on other sites
JohnOne 1,603 Posted October 28, 2014 It's correct. 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
behdadsoft 1 Posted October 28, 2014 (edited) thanks. but why don't work after compile? Edited October 28, 2014 by behdadsoft Share this post Link to post Share on other sites
spudw2k 231 Posted October 28, 2014 Is it me, or is there an extra/bad parameter in your msgbox func? Spoiler Things I've Made: AOT Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX BuilderMisc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retreive SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose ArrayProjects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalcCool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Share this post Link to post Share on other sites
jguinch 432 Posted October 28, 2014 Because your compiled script name is DesktopTools.exe Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Share this post Link to post Share on other sites
behdadsoft 1 Posted October 28, 2014 (edited) Because your compiled script name is DesktopTools.exe Yes, right. I want check if DesktopTools.exe is running don't run again. there is any way for solve this problem? should I create another exe file that run it? Edited October 28, 2014 by behdadsoft Share this post Link to post Share on other sites
BrewManNH 1,304 Posted October 28, 2014 _Singleton, check the help file for it. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way!I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Share this post Link to post Share on other sites
behdadsoft 1 Posted October 28, 2014 (edited) Thanks I Solve the problem. Edited October 28, 2014 by behdadsoft Share this post Link to post Share on other sites