Skip to content

Instantly share code, notes, and snippets.

@rcmaehl
Created October 10, 2025 01:11
Show Gist options
  • Select an option

  • Save rcmaehl/6d71cf63e4503b73349456558866b15e to your computer and use it in GitHub Desktop.

Select an option

Save rcmaehl/6d71cf63e4503b73349456558866b15e to your computer and use it in GitHub Desktop.
Test app for #783
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=Assets\Old\Info.ico
#AutoIt3Wrapper_Outfile=Test_x86.exe
#AutoIt3Wrapper_Outfile_x64=Test.exe
#AutoIt3Wrapper_Compile_Both=Y
#AutoIt3Wrapper_UseX64=Y
#AutoIt3Wrapper_UseUpx=N
#AutoIt3Wrapper_Compression=0
#AutoIt3Wrapper_Res_Comment=MEH
#AutoIt3Wrapper_Res_CompanyName=MEH
#AutoIt3Wrapper_Res_Description=MEH
#AutoIt3Wrapper_Res_Fileversion=0.1.0.0
#AutoIt3Wrapper_Res_ProductName=MEH
#AutoIt3Wrapper_Res_ProductVersion=0.1.0.0
#AutoIt3Wrapper_Res_LegalCopyright=NAH
#AutoIt3Wrapper_Res_Language=1033
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
#AutoIt3Wrapper_Res_Compatibility=Win8,Win81,Win10,Win11
#AutoIt3Wrapper_Res_SaveSource=n
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 -v1 -v2 -v3
#AutoIt3Wrapper_Run_Tidy=n
#Tidy_Parameters=/tc 0 /serc /scec
#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/so
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
MsgBox(0, "test", "test")
Exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment