bengalliboy
MIS
I am trying to run a windows program using Shell command.
The commands that work from command prompt is as follows:
Bteq <Script.scr> Log.txt
I tried the following code:
Shell "Bteq <Script.scr> Log.txt"
But only the Bteq program is open but I guess the parameter is not passed. The general command for this should be:
Bteq <ScriptName
I tried by reference or By Val using function but did not get much...
Any Suggestion?
TIA
The commands that work from command prompt is as follows:
Bteq <Script.scr> Log.txt
I tried the following code:
Shell "Bteq <Script.scr> Log.txt"
But only the Bteq program is open but I guess the parameter is not passed. The general command for this should be:
Bteq <ScriptName
I tried by reference or By Val using function but did not get much...
Any Suggestion?
TIA