Tagged Questions
CScript refers to the Windows Script Host, particularly the console-based standalone script host, implemented in Cscript.exe, which is part of every Microsoft Windows OS. Cscript can run javascript, vbscript, and other scripting languages.
12
votes
10answers
13k views
RM -rf equivalent for Windows?
I need a way to recursively delete a folder and its children, is there a prebuilt tool for this, or do I need to write one?
DEL /S doesn't delete directories.
DELTREE was removed from Windows 2000+
4
votes
2answers
2k views
Force a VBS to run using cscript instead of wscript
What is the stackoverflow approved (and hence correct) method to force a VBS to run using cscript instead of wscript - irrespective of what the user tries?
A quick Google search shows plenty of ...
2
votes
1answer
70 views
Getting rid of the printer spooling dialog box during programmatic printing
The following is the CScript script I use for the programmatic printing of a Word document.
var err = 0;
var app = WScript.CreateObject("Word.Application");
try {
var filename = ...
2
votes
1answer
614 views
passing arguments to javascript through cscript on the command line
I have a small command line javascript routine that I usually run from the command line using cscript in windows. I'd like to be able to pass in arguments hopefully along the lines of...
%:>cscript ...
2
votes
3answers
771 views
Batch file conversion to vbscript
I need to convert a batch file to vbscript but am unfamiliar with both. If I can understand what is going on in the batch file I can work out the vbscript easy enough. Problem is the batch file runs ...
2
votes
3answers
2k views
Is there a way to run a command line command from JScript (not javascript) in Windows Scripting Host (WSH) cscript.exe?
I'm writing a JScript program which is run in cscript.exe. Is it possible to run a commnad line command from within the script. It would really make the job easy, as I can run certain commands instead ...
1
vote
1answer
43 views
cscript.exe crashes after script is executed on vista 64
I use a .vbs script that works fine on windows xp. Migrating to vista 64 or windows server 2008, my script does what it has to, but after the script is done, cscript.exe crashes.
I use the 32 bit ...
1
vote
1answer
64 views
Pass string with quote into a VB application with cscript.exe
I have a VB script that takes in several parameters that could include spaces using cscript, and I make the call using:
nsExec::exec 'cscript.exe "$PATH_TO_FILE\program.vbs" "Something with spaces" ...
1
vote
2answers
331 views
Running Javascript with CScript?
I'm trying to learn how to run Javascript (instead of VBScript) using CScript.exe, but when I try, I get an error:
cscript temp.js
Input Error: There is no script engine for file extension ".js".
I ...
1
vote
1answer
146 views
Showing running script progress in winform progressbar
I have the following code:
Process scriptProc = new Process();
scriptProc.StartInfo.FileName = @"cscript";
scriptProc.Start();
scriptProc.WaitForExit();
scriptProc.Close();
And I want to hide that ...
1
vote
1answer
654 views
CMD.exe vs cscript/wscript
So I am trying to run a VBscript via cscript.exe embedded within a powershell script. It keeps erroring out with a permissioning error. While debugging the code, I realized that the exact command will ...
1
vote
3answers
927 views
Running cscript.exe from C# .ashx does not execute code in vbscript file
EDIT
I added in some error handling to my .vbs file and it is indeed a permissions issue (I now get a "Permission Denied error"). However, supplying my credentials in the web.config ...
1
vote
1answer
383 views
Set MSMQ permissions using VBScript (via Nant)
We are using Nant to deploy an application and need to create some MSMQ Queues during the process.
We use Nant/psexec/cscript to call a VBScript to create the queue itself but we also need to set the ...
1
vote
2answers
4k views
cscript - print output on same line on console?
If I have a cscript that outputs lines to the screen, how do I avoid the "line feed" after each print?
Example:
for a = 1 to 10
WScript.Print "."
REM (do something)
next
The expected output ...
1
vote
3answers
6k views
Can I pass an argument to a VBScript (vbs file launched with cscript)?
I have this script saved in "test.vbs":
Set FSO = CreateObject("Scripting.FileSystemObject")
Set File = FSO.OpenTextFile(workFolder &"\test.txt", 2, True)
File.Write "testing"
File.Close
Set File = ...
1
vote
3answers
2k views
Script to download file and rename according to date on Windows Vista machine?
I need to daily run a script that will download a file from a fixed location and save it on my computer with an appropriate filename-YYYYMMDD-HHSS.ext timestamp. I need a historical record of what ...
1
vote
4answers
1k views
How to set Authentication Methods in IIS programattically
We are working on automating the deployment of some IIS applications. I've used cscript.exe inside a windows batch file to create the web app and such. There are however a few settings currently ...
1
vote
1answer
426 views
How can you get STDIN input to a WSH script using cscript.exe?
I'm trying to use WSH in place of DOS/Batch files.
Thanks for the input!
1
vote
6answers
5k views
How to change cscript.exe to wscript.exe execution for all VBScript files?
After installing the new server, I am facing an issue.
I have lot of .vbs files, all need to run in wscript, reason, I use all those command like WScript.Echo "hello"
I want to be able to see the ...
0
votes
1answer
28 views
run vb script using script.exe
I want to run vbscript file using cscript.exe.
i searched a lot but did'nt found any way while i can run my script using cmd with cscript.exe
this is my code
Process p = new Process();
...
0
votes
1answer
36 views
Difference between wscript and cscript
what is the difference between cscript and wscript. Which is best for doing telent and ftp automation in windows.
0
votes
1answer
83 views
cscript crashes when starting a process from ASP.NET Application
I´m having a problem with my ASP application. I´m getting an error from the cscript when I run a process on the server.
When I debug locally the page just works fine and the process is executed ...
0
votes
1answer
31 views
Have PDF-Creator suppress warning dialog not to halt build process
I have a msbuild script that includes creation of a few PDF's using PDF creator. It's the Convert2PDF.vbs that's being used, converting doc's to PDF's, and a while ago it stopped working and none ...
0
votes
1answer
62 views
Windows Scripting can't find reference
I have a windows script file that doesn't work anymore.
The script look like this
<job>
<reference object="Some.Component.1" />
<script language="VBScript">
x = ...
0
votes
1answer
52 views
Is it possible to programatically change an msi's database on Linux
I know you can change it using cscript.exe on Windows. Is there a Linux program providing cscript-like functionality? Or is there some other way I can change the database in Linux?
0
votes
1answer
39 views
Delete a printer with the REG ADD command. Minor syntax
TO add this command using reg add
cscript %windir%\system32\Printing_Admin_Scripts\en-us\prnmngr.vbs -t -p "\\ipp://dc2.Mydomain.com\2F26P"
My Syntax is wrong, do you see my glaring failure?
REG ...
0
votes
0answers
311 views
VBScript WSHell.Run Multiple Processes
Does anyone know how I can accomplish the following:
I have a script that will run and get all users from AD with a homedir assigned and reset the permissions on this folder and everything under it. ...
0
votes
0answers
117 views
SWbemServices.ExecQuery - “Invalid Parameter” when adding a WHERE clause
I have the following JavaScript to execute a WMI query on a remote Windows host:
var wmiLocator = WScript.CreateObject("WbemScripting.Swbemlocator");
var wmiService = wmiLocator.ConnectServer(host, ...
0
votes
1answer
381 views
vbs cscript.exe wscript.exe
What's the difference between running vbscript files (.vbs) with cscript.exe and wscript.exe?
0
votes
3answers
692 views
Trying to run psexec to remote to server and recycle app pool
If I run this from my command prompt it works fine.
psexec \ServerName cscript.exe iisapp.vbs /a AppName /r
I'm trying to do the same thing with C# console app. I'm using the below code but most of ...
0
votes
1answer
567 views
CScript on x64 Win2003 Server - Cannot find script file
Sanity check, please. The solution I'm hearing sounds ill-conceived, but may be the only one.
From within an .hta over .vbs app I'm running
cscript c:\Windows\System32\iisapp.vbs
It works great ...
0
votes
1answer
77 views
Where can I learn about CScript?
I have this piece of code:
var arrayParamaters = sParameters["split"]("|");
I want to find a documentation that map the functions/variables of a cs script var.
as in the example I treat the ...
0
votes
1answer
198 views
how do you include an external script using javascript in windows script host cscript.exe
how do you include an external script using javascript in windows script host cscript.exe
0
votes
1answer
1k views
CScript and VBS to Remove Line Breaks from Text File
I have a batch file running which spits out a text/html file. The batch file is causing some line breaks in the text file, which do not translate very well in opening the file in an email. I have ...
0
votes
1answer
534 views
Is it possible to enumerate the field names of an ADO Recordset with JavaScript and cscript?
I am writing some scripts to run on old Windows NT machines. I am planning on using the command-based script host (cscript) to execute them. The script are querying some SQL data and I want to ...
0
votes
1answer
1k views
How do I call a vbs script from Inno Setup script with cscript and vbs arguments?
The following is an entry I'm using to attempt to create a virtual directory in IIS 6:
[Run]
Filename: {tmp}\cscript.exe mkvirtdir.vbs; Parameters: "-c LocalHost -w ""Default Web Site"" -v ...
0
votes
2answers
2k views
Creating a Windows checkbox in a VBScript that will be executed by cscript.exe
If I have a VBScript like...
inputControl1 = InputBox("Hello World")
WScript.Quit
How can a check box be created in there rather then the InputBox?
I know VBScript itself does not have a checkbox ...
0
votes
2answers
2k views
Is it possible to add a directory to DLL search path from a batch file or cmd script?
MSDN says that the function SetDllDirectory() can be used to insert a directory into the DLL Search Path. Can this function be accessed from a batch file or cmd script, perhaps using via cscript?
The ...
0
votes
2answers
584 views
svn dump fails with WScript.Shell
var WshShell = new ActiveXObject("WScript.Shell");
var commandLine = "svnadmin dump " + repoFullPath + " > " + repoName + ".dumpfile";
WshShell.Exec(commandLine)
I am trying to run above cscript ...
0
votes
3answers
2k views
execute caspol from within vbscript
I'd like to call caspol from within a script inside a custom action in
an msi (setup project). I'd prefer a standard msi to ClickOnce,
because with a standard msi I can install drivers & associate
...