Hi Guys,
Am new to AutoIt Scripting. I have a requirement.
Am using an exe in my script which is placed in my current folder, eg: abc.exe
my sample script:
#RequireAdmin
run (".\abc.exe")
sleep(2000)
MsgBox(1, "Sample", "It Works")
When i complie the script, i get an output EXE. But it works with the abc.exe in the current folder, when i run my output EXE alone it is searching for abc.exe
I want to complie the above mentioned script, and my final AutoIT generated exe have to compress my abc.exe within final exe and should work placing it anywere without the current folder EXE.
Please help.
Thanks in Advance.
Cheers,
Mohan