05-23-2012, 08:45 AM
Create a batch file(.bat) and embed the vbs in it after parametrizing the required parameters in it.
Once done, search and read about a method Run under windows shell.
Clue:
Set objshell = Createobject(....)
objshell.run " " " " ""
Easier to learn and implement
Once done, search and read about a method Run under windows shell.
Clue:
Set objshell = Createobject(....)
objshell.run " " " " ""
Easier to learn and implement
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.