Das keiner drauf gekommen ist ![]()
#AutoIt3Wrapper_Run_Before=del /f /q "%scriptfile%_x64.exe"
#AutoIt3Wrapper_Run_Before=del /f /q "%scriptfile%_x86.exe"
#AutoIt3Wrapper_Run_Before=""%autoitdir%\aut2exe\aut2exe.exe" /in "%in%" /out "%scriptdir%\%scriptfile%_x64.exe" /nopack /x64"
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Run_After=ren "%out%" "%scriptfile%_x86.exe"
If @OSArch = "X86" Then
MsgBox(0, "CPU", "CPU is x86", 10)
Else
MsgBox(0, "CPU", "CPU is x64", 10)
EndIf
Gruß,
UEZ