|
VBScript with Tweak-XP
I have Windows XP Pro. I'm trying to run Tweak-XP Pro 2.08 from VBScript. I have lines:
Set WShell1 = WScript.CreateObject("Wscript.Shell")
name = "Tweak-xp.exe"
WShell1.Run(name)
It starts Tweak-XP but after I press start button it says "Invalid commandline parameter. Please execute Tweak-XP from the desktop or startmenu shortcut".
The program is running fine if I just click on the Tweak-XP icon, but doesn't want to do that if I run it through my script.
Does anybody know how to fix this problem?
|