Posted by: pyaradeshbasiharu August 20, 2009
URGENT: Computer (code) Help
Login in to Rate this Post:     0       ?        
Just to make ur life easier

Set objFSO = CreateObject("Scripting.FileSystemObject")
objStartFolder = "C:\Scripts"

Set objFolder = objFSO.GetFolder(objStartFolder)

Set colFiles = objFolder.Files
For Each objFile in colFiles
 'ur command to create .ms file  goes here
'eg wscript.run  makefile.exe filename.txt  -ms    
Next

Disclaimer: not a fullcode 
Read Full Discussion Thread for this article