Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Send line to vbs file

Original Message
Name: Nath5
Date: November 24, 2007 at 20:26:25 Pacific
Subject: Send line to vbs file
OS: XP
CPU/Ram: AMD Turion 2 Gig Ram
Model/Manufacturer: Hp
Comment:
I want to send the line
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

to a vbs file so i tried the following line of code


echo CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False>invis.vbs

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.


Report Offensive Message For Removal


Response Number 1
Name: Razor2.3
Date: November 24, 2007 at 20:31:58 Pacific
Subject: Send line to vbs file
Reply: (edit)
& is a special character. Change it to ^&.

Report Offensive Follow Up For Removal

Response Number 2
Name: Nath5
Date: November 24, 2007 at 20:45:52 Pacific
Subject: Send line to vbs file
Reply: (edit)
Tried that and now i get 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(0)
'""""' is not recognized as an internal or external command,
operable program or batch file.


Report Offensive Follow Up For Removal

Response Number 3
Name: Razor2.3
Date: November 24, 2007 at 21:53:52 Pacific
Subject: Send line to vbs file
Reply: (edit)
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.

Report Offensive Follow Up For Removal

Response Number 4
Name: Mechanix2Go
Date: November 25, 2007 at 01:32:14 Pacific
Subject: Send line to vbs file
Reply: (edit)
If it's one line you need to 'escape' the chars which have 'special meaning'. In this case, the &. So use this:

echo CreateObject("Wscript.Shell").Run """
" ^& WScript.Arguments(0) ^& """", 0, False>invis.vbs

===========================
that's ONE liine



=====================================
If at first you don't succeed, you're about average.

M2



Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Send line to vbs file

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




My PC has been hijacked!

Lexmark 2600 Printer Issues

btk1w1 infected start here post

Unwanted message remians on screen

Slow boot time


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

All content ©1996-2007 Computing.Net, LLC