Running batch file in windows 7
I create a batch file with the content
echo %processor_architecture% . Then create a nsis script for installing this batch file
EXECWait "$INSTDIR\test.bat" .In windows XP(32 bit) it is displaying correctly the processor as "x86".
When use the same exe and install the batch in windows7 (64 bit) there also the nsis exe's batch file is displaying processor as x86. But when I indiuvally ran the bat file it is displaying the processor as AMD64. What may be the wrong? I downloaded UAC plugin, added to the nsis folder and added "RequestExecutionLevel admin" also in the script but still same behavior. Please help me to resolve this.
how to run this batch file silently?
And in windows 7 while uninstalling the my menu in start menu also not removing .how to handle this?
Thanks,
Jayam