Ranger 0 Report post Posted May 17, 2008 Today was my first day using Autoit and I have a question about the Run function. I am creating a GUI with several buttons with each button running a .au3 that will do some config tasks. When I was looking at the Run function in the doc section, it listed exe. bat. and so forth, but no au3. Can one .au3 file call another? Here is what I have: Run("configureFilteringTestCase.au3", "F:\Work\AutoIt\") I get an error that states the external file(or something like this) can not be executed Any and all help is appreciated Thank you Share this post Link to post Share on other sites
Ranger 0 Report post Posted May 17, 2008 Nevermind, I believe I found the answer in the FAQ Share this post Link to post Share on other sites
BrettF 24 Report post Posted May 17, 2008 Look at command line in help Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites