Command Prompt (executable name cmd.exe) is the Microsoft supplied command line interpreter on OS/2, Windows CE, and Windows NT operating systems (including Windows 2000, XP, Vista, 7, Server 2003, and Server 2008).

learn more… | top users | synonyms (1)

1
vote
0answers
49 views

Redirection standard error & ouput streams is postponed

I need to redirect output & error streams from one Windows process (GNU make.exe executing armcc toolchain) to some filter written on perl. The command I am running is: Make Release 2>&1 | ...
1
vote
5answers
104 views

Running cmd commands in C++

I am trying to make a text adventure based on C++. I have made folders which contains the specific files to each path. Suppose I go south from a room, i need to go into a folder named "south". I am ...
0
votes
1answer
43 views

Running a process inside a worker thread (C#)

I am trying to run several external application from inside my application. Assume that I want to run an application called LongtimeRun.exe for 10 times and each time that this applications runs, it ...
0
votes
1answer
33 views

reformating a text file

I've looked for existing answers, but am at a loss. I need to take a plain text file: 1 - round decimals to tenths 2 - last group of numbers need to be four characters long, using zero to fill 3 - ...
0
votes
0answers
31 views

Having errors while running UITest with mstest in command line

I'm having some trouble trying to run UI Tests with MSTest in command line. The errors are the following : Error calling Initialization method for test class TestProject1.CodedUITest1: ...
2
votes
6answers
145 views

running commands in cmd using C#

I want to run a cmd and run some command in it. I wrote this code: Process p = new Process(); ProcessStartInfo info =new ProcessStartInfo(); info.FileName = "cmd.exe"; info.WorkingDirectory = ...
0
votes
2answers
52 views

using the command line how can i modify filenames

how can i modify filenames in a folder based on delimiters in the filename? I have a folder with images that get picked up by a different program based on a schedule- the program can only analyze the ...
0
votes
1answer
27 views

How to assign sRGB color profile to an image using imagemagick

Through command line How to assign sRGB color profile to an image using imagemagick? When I enter following in windows cmd convert logo: -profile "sRGB.icc" logo.gif I am getting following error: ...
0
votes
2answers
106 views

Multiple statements using && [duplicate]

What would be the equivalent statement of CMD's: dir && cd .. in Powershell? I tried: dir -and cd .. but it throws error: Get-ChildItem : A parameter cannot be found that matches ...
1
vote
0answers
57 views

How can i create a windows phone project by using cmd ( command line )?

How can i create a windows phone project by using cmd ( command line ) ?
1
vote
2answers
30 views

%USERPROFILE% space error

I want to start my programm with start %USERPROFILE%\.myProgramm\myProgramm.exe But now i get a popup-message, that the folder C:\Documets is not found. This is caused by the missing abostrophes ...
-3
votes
1answer
41 views

add line after a line in cmd

ok here a file txt.txt line1 line2 add after this line blah blah blah line4 etc etc i want to add a lines after add after this line but i dont know what comes in the same line after add after this ...
0
votes
2answers
147 views

Faking standard input on the Windows command line

I want to use Evernote's ENScript.exe to create new notes, entering the text and title as arguments. The problem is that ENScript only allows the text to be entered via a file or via standard input. ...
0
votes
2answers
33 views

Batch file complicated if sequence returns errors.

I am trying to have users login and when they do it sets their power or rank. The ranks are Admin User and Guest. I need to do the code below for every command in the program. It returns ) was not ...
0
votes
1answer
21 views

How can I invoke thg (Tortoise HG command line) from the command line and wait for it to exit?

I would like to execute a command like the following, from the command line: thg commit I would also like the command line to wait until thg has been closed before proceeding. At the moment, ...
0
votes
1answer
103 views

Recursively move all files to one-upper directory

So here are the questions: I have a folder, let's say C:\myFolder, and in this directory, I have many subfolders, and in each of this subfolders, I have exactly one folder, that contains pdf files, ...
-1
votes
2answers
102 views

Create a batch file to download multiple url [closed]

downloader is download.exe @echo off set /p %d% `enter file to load here` download.exe -u www.xyz.com/1s21.zip -o 1s21.zip download.exe -u www.xyz.com/1s22.zip -o 1s22.zip download.exe -u ...
0
votes
2answers
57 views

Command Prompt Opens With OpenGL Program

Why does the windows command prompt open whenever I run my OpenGL program?
3
votes
2answers
34 views

Sending keys to cmd line from VBA loses special keys

I'm writing a VBA macro that will send a string to the command line like below: str = "SELECT (edr.VersionName + ' ' + edr.BuildName)" RSP = Shell(Environ$("COMSPEC"), vbNormalFocus) SendKeys str ...
2
votes
1answer
77 views

Running a Java Application on a Shared Drive from Windows Task Scheduler Client Side

First, just wanted to thank everyone in advance for helping with this, let me take you on my journey... Task: Run a Java application that is located in a folder on a file server using Windows Task ...
0
votes
1answer
78 views

How do i start Mintty and run a script file?

I wrote a simple CURL and put it in a script file. if i run mintty first and then "test.sh" it runs the script in the file just fine. Works perfectly. however, if i try to run mintty with any of ...
1
vote
1answer
39 views

Find file location of running process using commandprompt

I'm hosting gameservers and I'm using SSH to restart servers. In order to check if the required server is online, I use tasklist /FI "IMAGENAME eq srcds.exe" /V /FO LIST. However, this doesn't give me ...
1
vote
1answer
58 views

Translating a batch with java commands for xml to C#

I currently have a batch file with this line: "C:\Program Files (x86)\Java\jre7\bin\java" -Xmx1224m -classpath .\xalan.jar org.apache.xalan.xslt.Process -IN FileIn.xml -XSL FileConvert.xslt -OUT ...
1
vote
2answers
65 views

How to check if a user is an administator? [duplicate]

As I use batch scripts a lot, I have spent a large amount of time searching the web for a pure batch implementation, that does not depend on an errorlevel reading, to check for admin rights of the ...
0
votes
1answer
51 views

Integrating CMD Module with PYQT

I am developing a texteditor using PYQT, the text editor is used for processing a DSL, one that I am making up. Now I would really like to have the ability to click on on an ICON, say a console icon ...
0
votes
1answer
38 views

get Output of cmd while running

I catch the output of an cmd file with this code: com = "Parameter"; System.Diagnostics.Process process = new System.Diagnostics.Process(); System.Diagnostics.ProcessStartInfo startInfo = new ...
1
vote
3answers
95 views

CMD file reacts differently as startup task and manual execution via RDP

I want to build up a load test rig in azure. I created 2 projects for 2 roles and let the instances download and setup the TestAgent and TestController. That works greatly for the test agent! But it ...
1
vote
2answers
52 views

Batch replace with special characters not working

I'm trying to d a simple batch replace of doublequotes to singlequotes. The teststring must containg special characters, at most: "<LF>" I cannot replace the double quotes there, as the batch ...
0
votes
1answer
55 views

Cannot run 'cmd' command with parameters 'sc sdshow w32time'

I am trying to run an external process in Java and I have no idea why my code isn't working. It works for any other 'cmd' command (for example /c dir). If I replace cmd sc sdshow w32time with cmd /c ...
4
votes
1answer
82 views

psql: server closed the connection unexepectedly

I've been trying to run this batch file that goes through the Postgre DB Server and run two different sql files, as shown below: set PGPASSWORD=blah cls @echo on "C:\Progra~1\pgAdmin III\1.16\psql" ...
0
votes
1answer
59 views

Executing bcp to export data from a stored procedure via cmd prompt WITHOUT xp_cmdshell

I want to run a series of scripts in command shell every day. These will be executed from windows / shell -NOT FROM SQL directly. I'm using bcp on a stored procedure that reformats the data. The ...
0
votes
2answers
29 views

cmd System cannot find file

I have a very weird resule in cmd, the current folder is test : c:\test> with c:\test\>dir 10/04/2013 18:06 <REP> 10042013 in the folder test I've put a exe : ...
-1
votes
1answer
26 views

Open up a sql file and running it in PostgreSQL is having an issue with the path because of space in the folder name

I'm using command line to run the following script: C:\Progra~1\pgAdmin III\1.16\psql -d [tablename] -h [servername] -p 5432 -U postgres -f C:\test\query.sql But the issue comes with the folder ...
0
votes
1answer
200 views

using cmd / batch file to get all the files recursively modified or created after certain date

I am trying to get all the files in an entire directory structure that have been created or modified after a certain date: for /f "usebackq tokens=1-7* delims=/: " %I in (`dir/tc/o-d/s ...
0
votes
1answer
48 views

Sending CTRL+C to a process without killing my window

I have a console application, that spawns a "cmd mcast /recv... > somefile.txt" (process.standardoutputstream does not work properly with mcast, if you want to contribute to this issue see ...
0
votes
1answer
48 views

add multiple lines in middle of txtfile

ok here a file txt.txt line1 line2 add after this line line4 etc etc and another file addthis.txt which contains multiple lines i want to add all those lines in addthis after add after this line ...
0
votes
1answer
39 views

CommandPrompt command not run after release the build C# application

I am using a command of a Command Prompt in my application. Application able to run and execute that command of a Command Prompt when I run my application using Visual Studio while debugging but when ...
0
votes
1answer
114 views

How To Execute Windows Shell Commands (Cmd.exe) with Node JS

I would like to C:\>ACommandThatGetsData > save.txt But instead of parsing and saving the data in the console, I would like to do the above command with Node.JS How to I execute a shell command ...
0
votes
1answer
45 views

Add a line in middle of txtfile in cmd

here's a text file txtfile.txt line1 line2 add after this line line4 etc etc i want to create a batch file which can add a line after add after this line with the user entered info. keeping the add ...
0
votes
0answers
46 views

write an interactive cmd for gstuil

google's cloud storage provide a command line tool called gsutil. I am looking for a way to make it easier to use. Features like: support execute command without specify gsutil ahead allow cloud ...
0
votes
1answer
22 views

copying escaped variable to txt file batch

heres what i want to do. i have a variable name a if i do echo %a% >txt.txt it will store value of a what i want to store in a is the text %a% as such. tried %%a%% ^%a^% %%%a%%% %%%^ ...
0
votes
1answer
60 views

bat does not return right exit status

I have two bat files. callexcode.cmd calls excode.cmd which just makes a call to file 'saurabh' which does not exist. When I want to get the error code printed in the caller (in this case ...
0
votes
2answers
76 views

Batch File If Error

Ok so I am working on a project and I am doing this and I get to the if statement in confirmOne and it gives me "( was not expected at this time." Please help! Many of the stray "You got to here!" ...
0
votes
1answer
38 views

Jenkins quits at midnight

I am running Jenkins from cmd, not as a service, because I need to do GUI testing. It works fine when I start it up and I can do everything I want. But I schedule a task around 4am. and when I come ...
0
votes
2answers
511 views

psexec giving the system cannot find the file specified

I'm trying to run this from my win7 CMD (as Admin): psexec IpAddress -u domain\user -p pword c:\Autobatch\ClientJobSender.exe http://reportserver.net:8070/JobExecutor.asmx ...
2
votes
1answer
44 views

How to only write the char = in a file without any end of line, in batch?

How to create a single file with the = in it, and nothing else (If you open the file with XVI.exe, you will find only 3D (hexa) char. No CR or no LF char). The usual way to echo without end of line ...
0
votes
1answer
75 views

how to store CMD output in one array of strings in tcl script

I'm executing the below script: #!/usr/bin/expect -f #!usr/bin/expect package require Expect spawn telnet $serverName $portNum expect "TradeAggregator>" send "Clients\r" expect "Client:" send ...
1
vote
1answer
101 views

execute a windows cmd line from PL/SQL

I'm fairly new to the oracle environment (but am extremely familiar with SQL Server) and am trying to figure out how to launh a windows CMD line at the end of my PL/SQL procedure. Any ideas on how to ...
1
vote
1answer
75 views

call ant script in windows cmd with parameters and redirect output

I'm trying to call a windows cmd script that runs ant with a variable number of parameters and redirect the output to a logfile. The reason why I call the script that runs ant is because then I ant ...
0
votes
1answer
66 views

Copy a file present in multiple folders under same name to different destination folder

Here is my folder structure of folder A A\Temp\folder1\c\one.txt A\Temp\folder2\c\one.txt A\Temp\folder3\c\one.txt and another folder B B\folder1.ext\c\ Note: the extension is part of its folder ...

1 3 4 5 6 7 65