Hi,
I got batch file that I want to run hidden using a compiled EXE from AutoIT. Here is what would be in the compiled EXE
Run("C:\test\batchfile.bat", "", @SW_HIDE)
So the EXE runs the batch which opens a self extracting EXE created by WinRAR. Once the file is out and in %temp% it checks to see if the system it is running against is and x86 or x64. No biggie. You guys probably don't even need to know that, but just some quick info.
What I'd like to know is do I create the EXE with AutoIT using the 32-bit version? I would assume so, but just bare in mind the EXE created from AutoIT would need to be run on an x86 and x64 systems. I know you can run x86 on x64, but x64 can't run on x86.
Perhaps I am having brain fart. Just wanted to doublecheck.
Thanks guys.