MyFlight
Technical User
- Feb 4, 2002
- 193
Hello I have a script fiel that runs and collects data from a switch. the data is parsed into various Text files.
My questions is how can I cange the name of the file every time I run the script. Example:
string SwitchID = "Site Id.txt"
string ListATC = "ATC.txt"
string ListATC_G = "ATC_G.txt"
sdlginput "Account" "Enter Acct Num:" sAcctNum
I want to change to have sAcctNum added to the beginning of the File Names.
Any ideas
Your assistance and Guidance will be appreciated
My questions is how can I cange the name of the file every time I run the script. Example:
string SwitchID = "Site Id.txt"
string ListATC = "ATC.txt"
string ListATC_G = "ATC_G.txt"
sdlginput "Account" "Enter Acct Num:" sAcctNum
I want to change to have sAcctNum added to the beginning of the File Names.
Any ideas
Your assistance and Guidance will be appreciated