however that doesn't work, seems to not like all the symbols that are in it. Returns the following error.
C:\Documents and Settings\Nathan\Desktop>echo CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False 1>invis.vbs CreateObject("Wscript.Shell").Run """" 'WScript.Arguments' is not recognized as an internal or external command, operable program or batch file. '""""' is not recognized as an internal or external command, operable program or batch file.
C:\Documents and Settings\Nathan\Desktop>echo CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False 1>invis.vbs CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) '""""' is not recognized as an internal or external command, operable program or batch file.
According to my copy/pasting of what you entered, you've broken up the line into two parts. That won't work with only one ECHO, nor would the resulting lines work in VBScript.
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE