Hi
I have script which runs shell.I want variable value back from that shell .. How to do following ?
THX
man.vbs
======
dim..
..
..
Shell.run "upd_exc_new.vbs"
..
newvalue = getvalue ' from other script"
..
wscript.quit
upd_exc_new.vbs
====
..
..
getvalue= number
..
..
wscript.end
I have script which runs shell.I want variable value back from that shell .. How to do following ?
THX
man.vbs
======
dim..
..
..
Shell.run "upd_exc_new.vbs"
..
newvalue = getvalue ' from other script"
..
wscript.quit
upd_exc_new.vbs
====
..
..
getvalue= number
..
..
wscript.end