Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. udaynag

    Run an Exe with Specific commands through all files in folder

    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...
  2. udaynag

    Run an Exe with Specific commands through all files in folder

    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...
  3. udaynag

    Run an Exe with Specific commands through all files in folder

    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"...
  4. udaynag

    Run an Exe with Specific commands through all files in folder

    Thanks Mark..but I still have the same problem Thanks in advance Udaynag
  5. udaynag

    Run an Exe with Specific commands through all files in folder

    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...
  6. udaynag

    Run an Exe with Specific commands through all files in folder

    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...
  7. udaynag

    Run an Exe with Specific commands through all files in folder

    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...

Part and Inventory Search

Back
Top