GianAutoitprogrammer 0 Posted May 17, 2011 Hellow AutoIt Community Is it possible to create a Batch File Compiler in Autoit No GUI a CUI Command Line User Interface ... Share this post Link to post Share on other sites
wakillon 403 Posted May 17, 2011 Create a cmd file with :"%ProgramFiles%\AutoIt3\Aut2Exe\Aut2exe.exe" /in "c:\script.au3" /comp 4 AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
Arterie 0 Posted May 17, 2011 A batchfile compiler would be some kind of *.bat -> *.exe My only idea would be a poor FileInstall workaround, where you install the bat file in tempdir an run it or take is as a .txt file and run every single commandline through autoit. Share this post Link to post Share on other sites
GianAutoitprogrammer 0 Posted May 17, 2011 thank you! wakillon & Arterie Share this post Link to post Share on other sites