This board is awesome !! Thanks a ton to the moderators and all the others helping people like me.
I am new to VB and am executing a project.
In my VB code I am calling an external batch file using the shell command. It executes the file and returns the output in a text window. However, in my file I have a command
call %data%\vars
The execution of this unsuccessful because it is not able to resolve the % symbol. In the results text box i have seen that it is being executed as call data\vars with out the % symbol. Hence is throwing a message "the system cannot find the path specified"
Please can someone suggest a solution to this problem ?
Please help.
I am new to VB and am executing a project.
In my VB code I am calling an external batch file using the shell command. It executes the file and returns the output in a text window. However, in my file I have a command
call %data%\vars
The execution of this unsuccessful because it is not able to resolve the % symbol. In the results text box i have seen that it is being executed as call data\vars with out the % symbol. Hence is throwing a message "the system cannot find the path specified"
Please can someone suggest a solution to this problem ?
Please help.