Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to make Scite run old style autoit3.exe instead of piping to AutoIt3Wrapper

$
0
0
So if you install the normal Autoit Installer you just get the basic version of Scite. When you run a script by pressing F5 the output window shows the following:


>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "yourscript.au3"
>Exit code: 0    Time: 1.007

However after installing the full scite it pipes everything through AutoIt wrapper and slows things down (in my opinion) Here is a sample output of the same script:


>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "yourscript.au3" /UserParams    
+>09:32:26 Starting AutoIt3Wrapper v.2.1.0.33    Environment(Language:0409  Keyboard:00000409  OS:WIN_7/Service Pack 1  CPU:X64 OS:X86)
>Running AU3Check (1.54.22.0)  from:C:\Program Files\AutoIt3
+>09:32:26 AU3Check ended.rc:0
>Running:(3.3.8.1):C:\Program Files\AutoIt3\autoit3.exe "youscript.au3"    
--> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop
+>09:32:28 AutoIT3.exe ended.rc:0
>Exit code: 0    Time: 3.041

Is there any way to make scite go back to the default of just using Autoit3.exe after installing the full blown scite?

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>