Jump to content

Recommended Posts

Posted

Hello All, 

I'm not sure why this is happening but I seem to be in a loop (without a loop)... and nothing is being written to the config file....

 

I simply want to write out from menu bar (config/software) (using a message box what software I am using).. Code Below PLEASE HELP

Main Script: main.au3

 

#include <SoftwareConfig.au3>

blah blah 

        Case $WordVersionWrite
            Call ("SoftwareLocationWord")

blah blah 

 

Imported Function: SoftwareConfig.au3

Func SoftwareLocationWord()
    Global $WordVersionWrite = InputBox("Word Title", "Please Enter the name displayed in the title menu when Word is opened, i.e. Word (Note:This can be a partial name such as just MS")
    _FileWriteToLine(@WorkingDir & "\" & "Config", 1, $WordVersionWrite, 1)
EndFunc

 

Thanks in advance I'm new to AutoIT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...