Hi All!
Not sure if this is the right place to be posting a vb script question. I am new to VB and VB Script and wanted to know about running a VB Script file.
If I have a dll (from a vb project) and want to excute my script file I am just placing the file name in the command line arguments box under the properties window, how can I run multiple scripts one after each other without always replacing the script file name?
I have tried using Process.Start"s criptfilename.v bs" but it only runs the file whose name is already in the command line.
Hope i being clear enough b/c i do not know much about script files or vb and in need of help. I would most greatly appreciate any help any of your kind souls could offer.
Thanks :)
Not sure if this is the right place to be posting a vb script question. I am new to VB and VB Script and wanted to know about running a VB Script file.
If I have a dll (from a vb project) and want to excute my script file I am just placing the file name in the command line arguments box under the properties window, how can I run multiple scripts one after each other without always replacing the script file name?
I have tried using Process.Start"s criptfilename.v bs" but it only runs the file whose name is already in the command line.
Hope i being clear enough b/c i do not know much about script files or vb and in need of help. I would most greatly appreciate any help any of your kind souls could offer.
Thanks :)