curiousmaniac Posted February 9, 2009 Posted February 9, 2009 Little Help Here..Can somebody help me complete my tool.recently i create some program to fix pc from virus disaster..i created mr.fix.exe(using autoit) combine with nircmd.exe (www.nirsoft.net)i almost complete my tool but something bother me..when executing my autoit script, i must put nircmd.exe into the same directory to get it to work. can somebody help me to COMBINE mr.fix.exe and nircmd.exe into ONE file, did you get me?[mrfix.exe + nircmd.exe = mr.fixitall.exe]so mr.fixitall.exe have both files.Then when i execute mr.fixitall it will run mr.fix.exe, anyone have any idea to do it?sorry for asking if this operation so simple.-- i am new here :-(here some example to help you all to understand.mr.fix.exe commandRun ("nircmd.exe killprocess C:\WINDOWS\system32\iamvirus.exe")Run ("nircmd.exe sysrefresh")nircmdMy tool is combine with nircmd.exe because there some process i couldnt kill using ProcessClose("") command.By the way. nircmd.exe have nice features that someone who amature like me could understand it.I could combine nircmd.exe with just command prompt but since i know about autoit. i couldnt resist to use it.:-)-------------- I really want to combine it into one file because i really want to make it portable.-----------------
BrettF Posted February 9, 2009 Posted February 9, 2009 FileInstall maybe? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Kyme Posted February 9, 2009 Posted February 9, 2009 Little Help Here.. Can somebody help me complete my tool. recently i create some program to fix pc from virus disaster.. i created mr.fix.exe(using autoit) combine with nircmd.exe (www.nirsoft.net) i almost complete my tool but something bother me..when executing my autoit script, i must put nircmd.exe into the same directory to get it to work. can somebody help me to COMBINE mr.fix.exe and nircmd.exe into ONE file, did you get me? [mrfix.exe + nircmd.exe = mr.fixitall.exe] so mr.fixitall.exe have both files.Then when i execute mr.fixitall it will run mr.fix.exe, anyone have any idea to do it?sorry for asking if this operation so simple.-- i am new here :-( here some example to help you all to understand. mr.fix.exe command Run ("nircmd.exe killprocess C:\WINDOWS\system32\iamvirus.exe") Run ("nircmd.exe sysrefresh") nircmd My tool is combine with nircmd.exe because there some process i couldnt kill using ProcessClose("") command. By the way. nircmd.exe have nice features that someone who amature like me could understand it. I could combine nircmd.exe with just command prompt but since i know about autoit. i couldnt resist to use it.:-) -------------- I really want to combine it into one file because i really want to make it portable.----------------- use fileinstall command and make it to install your exe in @scriptdir hope this will help you...
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