Thanks Marc. I was able to work on the code further and got some good knowledge of vb scripts..Now I have the following code which saves all the filenames in a folder into a text file and retrieves them back to run the batch file through them.
Dim FSO
Dim ObjStream
Dim contents
Dim RefFileName...
Thanks Dm4ever,
My code works now..however, I dont understand how the quotes work in vbscript..the more I look into examples on web, the more I get confused..Now, I wanted to use the script to get the command line arguments RefFileName and strFile from a folder with spaces rather than the...
I apologize for the miscommunications..This is what I want to achieve..I have the following code currnetly..
Dim RefFileName
Set WshShell = Wscript.CreateObject("WScript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
strDir = "C:\Programme\Opera\Batch"...
Hi Mark,
Thanks again for the reply..I found some posts in the forum which helped me gain some understanding of vbscripts and now I have a script which does what the batch file does..atleast run the script for one file.Now, I am using the following code to run the bath file from the VBScript...
Thank you Mark for the reply.
here is the content of the batch file that I am using
opera -Exec -Algorithm Name=PESQ -Input Inp=0 File=%RefFileName% Inp=1 File=%TestFileName% -Mux InpRefLeft=0 ChannelRefLeft=0 InpTestLeft=1 ChannelTestLeft=0 DCFilterOn -Out "output.xls" -Append
These are some...
Hi,
I am new to VB script..I want to write a script to run a exe through all files in a folder..I have searched the forum and found some help on working with all files in a folder, but not anything that relates ro running an application through all files in folder..
This is what I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.