Hi
Would anyone be able to give me some assistence with the Start using “script” command
My intention is to have a main script which will call various other scripts in order to complete a test.
I have defined some variables in my main script which i am hoping to use in the other scripts
for instance, I have a line of text in script one which i put into the variable text, then script two contains the code for opening the file and writing to it.
I am assuming you use the start using “script2” and that will excute the code for script 2 ?