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)

0
votes
0answers
74 views

Can an Excel macro pull output from a command line directly into a sheet?

I have a VBA macro that executes a Command Line function to create a text file listing the files in a directory; however, instead of copying and pasting/importing the list from the text file to the ...
-1
votes
0answers
18 views

Is there a way to calculate space in CMD before copying files? [migrated]

I would like to implement such code into my following backup batch file....see below. Any idea would be most appreciated. Thanks in advance! mkdir "%USERPROFILE%\Desktop\Backup-%USERNAME%\" ...
0
votes
1answer
42 views

Get Windows Command prompt instance in Java

I want to get windows command prompt instance in my java program so that batch commands like cls, dir etc. can be passed directly from my java program and would want to read its output just like we ...
0
votes
2answers
55 views

Java won't execute cmd line?

I try to run this shell in java but it never works. Process p = Runtime.getRuntime().exec(" cat *.java|sed '/import/d'|sed'/package/d'>>b.java "); When I change the cmd to something like ...
-3
votes
0answers
26 views

Does anyone have any CMD file that can do serial communication? [closed]

Does anyone have any CMD file that can do serial communication? Such as set the BaudRate, choose COM, send/receive character, and something like that. Thanks for any help.
0
votes
2answers
33 views

Passing command arguments Batch

I need to pass command arguments with a batch file. How would I do that? I have a little program set up but I don't know how to get the command arguments.. or really how to make a command. @echo OFF ...
3
votes
1answer
105 views

Pipes in Delphi for Command Prompt

How can I get Delphi to pass a string to the input pipe to a CMD process. I am able to get an error pipe and output pipe functioning properly, unfortunately not the input pipe. The code I am using is ...
1
vote
1answer
73 views

Suppress “The program can't start because X.dll is missing” error popup

I have a Python program which uses os.system to execute various commands. (It can't use subprocess because it has to be backward compatible all the way to Python 2.0.) On Windows, sometimes the ...
1
vote
1answer
43 views

File Not Found Error Using Scheduled Tasks

I am trying to run a .jar file from Scheduled Tasks (Windows 2008 Server) and I am getting a file not found exception. My program searches for an .xls file, converts it to a .xlsx file, extracts data, ...
0
votes
1answer
19 views

Psql script not committing when executed from Java

I have a .bat file that executes the psql command to import a SQL script file. When I execute the .bat file from Windows command line, it executes correctly. But when I call the .bat file from Java ...
0
votes
1answer
47 views

cannot use class QProcess in qt on windows 7

I just used QProcess to execute a exe file in qt on windows XP. It works normally, while not on windows 7. I think it's obviously because of the UAC issue on windows 7(or windows VISTA). Does anyone ...
0
votes
1answer
29 views

start external cmd prompt and update it concurrently with java application

I want to be able to run an external cmd prompt concurrently with my Java code. While running java application need to start external cmd prompt ,and this command prompt need to updated from my java ...
0
votes
2answers
81 views

msiexec /Option <Required Parameter> [Optional Parameter]

Hie I am trying to run this operation manager code: %WinDir%\System32\msiexec.exe /i path\Directory\MOMAgent.msi /qn USE_SETTINGS_FROM_AD={0|1} USE_MANUALLY_SPECIFIED_SETTINGS={0|1} ...
0
votes
1answer
94 views

How to launch a batch file from within an HTA

I have a basic HTA in which I am trying to launch a batch file via a button, however when I try to launch the batch file, it does not run. When I press the button, a command prompt window launches but ...
0
votes
1answer
13 views

csslint cli running in rhino gets stuck (win7)

I am trying to get the csslint - cli ( https://github.com/stubbornella/csslint ) to run on my system (windows 7). After typing in java -jar rhino\js.jar csslint-rhino.js styles.css and hitting enter ...
-1
votes
2answers
90 views

In a Batch file, How do I get files with the largest number in the names?

I need to do this in Command prompt windows Batch file. I have a batch file and I need to compare the file name of 2 files; e.g. I have whatever-5428.jar and whatever-9001.jar and possibly more ...
-10
votes
0answers
67 views

I want to make an ms-dos like console [closed]

I want to make a full screen console (like cmd) but full screen! I want to make it look like ms-dos. It will look like ms-dos and it will run cmd commands and also batch files is this possible? Like ...
0
votes
3answers
63 views

What's wrong with my custom Action?

I've tried tons of times to try to use a custom action just to simply copy a file to another place. I do think this should be easily worked, but... I was frustrated that it is always failed! I post ...
0
votes
2answers
66 views

batch file detects drive letter of the USB flash drive it's on then opens cmd prompt

I would like to put a batch file on a USB flash drive that I can just plug in and run the batch. I would like the batch to detect what drive letter has been assigned to the USB flash drive, then open ...
1
vote
0answers
54 views

Error running aspnet_regiis.exe -iru in cmd prompt

It gives me this when I try to run aspnet_regiis.exe -iru in my CMD prompt; This option is not supported on this version of the operating system. Administators should then install/uninstall ...
-1
votes
1answer
29 views

Reading from the cmd & storing delay as an int [closed]

When I ping my ip address on the cmd, I get back delays of 1ms,6ms,9ms etc.... I want to store these as an int in my java program so I can put them on a line chart! Any help or guidance would be ...
0
votes
2answers
32 views

execute network executable file in cmd script?

I wrote a myweb.exe and myweb.cmd. myweb.cmd is start myweb.exe My Web Options start http://localhost:8080 If I put these files on a local folder, it works when user click the myweb.cmd. But, ...
0
votes
1answer
41 views

How to control .exe file with .bat file?

Hi I have program Program.exe which have some 3 parameters. And I am trying to control this program via .bat file. I can run this program with parameters without any problems, its easy. But if this ...
4
votes
3answers
88 views

Get the own process pid from the command prompt in windows

I'm trying to get the PID from command prompt of its own. But when using the below command i'm not getting the desired output always. Can you please point out what was the error in the below ...
0
votes
0answers
37 views

Trying to Backup my folders on Windows 7 via CMD [closed]

@echo off echo %USERNAME%-%COMPUTERNAME% :: %DATE% :: %TIME% mkdir "%USERPROFILE%\Desktop\Backup-%username%\" net use > "%USERPROFILE%\Desktop\Backup-%username%\SHARES.txt" robocopy ...
0
votes
1answer
62 views

Skype API System.IndexOutOfRangeException C#

So there's a program i saw, coded in c#. I keep getting errors on it. System.IndexOutOfRangeException is the main one, its happening at "args[0]". This is the code: using System; using ...
-1
votes
2answers
69 views

Batch script to copy text lines from one textpad to another, and do some other things

I have this notepad file filled with a long list of lines... Like this: MCDXY22 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyzbdk012)(PORT = 11234) (CONNECT_DATA = ...
-1
votes
2answers
90 views

Batch For loop array

Okay so here is what I have. @echo off setLocal EnableDelayedExpansion :begin set /a M=0 set /a number=0 set /p Input=You: echo %Input% >> UIS for /F "tokens=1 delims= " %%i in ("%Input%") do ...
0
votes
2answers
24 views

Which ports used by other programs? [closed]

i want to know which ports of my computer is used by some other applications... how could i know this ? something like this : Your port 80 is actually used by : Server: Microsoft-HTTPAPI/2.0
0
votes
2answers
68 views

bat file to move all files in a dir and subdir to a new folder based on many extensions

I was looking at this as reference: batch file Copy files with certain extensions from multiple directories into one directory I have about 300k+ files contained in [sub]folders with many file types ...
0
votes
4answers
95 views

What does %* mean in a batch file

I have seen the usage of %* in batch files and command lines. Googling did not give me any results. Can some one explain the typical usage of %* with an example.Thanks
0
votes
1answer
29 views

How can I input everything under current directory into executable by Windows batch(cmd)?

I'm a newbie using Windows cmd batch to run my OpenCV executable. I wish to do this: I had successfully created an executable under current directory (myImgProc.exe). I have several arbitrarily named ...
0
votes
1answer
44 views

How to run cmd in spawn on nodejs

I want to run cmd in the spawn, but when I run the command, you will not get a reply. How do I fix this? var terminal = require('child_process').spawn('cmd', ['/K'], { timeout : 1000*60*60*24 }); ...
0
votes
1answer
34 views

Benchmark A Page Via Windows Command Line and Powershell

I would like to benchmark the response time of a site as well as simulate a load via the windows command line (WIN+R) Is this possible? What is the windows equivalent of this linux command: $ ab -n ...
0
votes
1answer
58 views

Redirect output of process

I want to start a cmd file and immediately get the output. Look at my code. The intruction process.WaitForExit() doesn't wait; why not? copyf.cmd runs fine if I don't start it in hidden mode, ...
0
votes
2answers
67 views

Recursively moving files to root folder

I am more used to using unix shell than CMD, and I am not really sure how to get this to work. I have a directory with several other sub-directories that contain .xml files. I would like to move all ...
3
votes
1answer
43 views

Set System.setOut(); to Command Prompt [duplicate]

I want to set output stream to the Command prompt like this: Process p = Runtime.getRuntime() .exec("C:\\Windows\\System32\\cmd.exe /c start cls"); System.setOut(new ...
1
vote
3answers
172 views

Remote shutdown PC using C# windows form?

I'm trying to shutdown PC remotely programmatically using c# via command prompt and I already done a few search and found out this kind of codes. System.Diagnostics.Process.Start("shutdown", "/s"); ...
0
votes
0answers
44 views

How can i use lucene in cmd

i am trying to use lucene with cmd as given in link http://lucene.apache.org/core/4_2_1/demo/overview-summary.html#overview_description i have created CLASSPATH for all four mentioned .jar files. but ...
0
votes
1answer
56 views

cmd script with sqlplus not returning any results

I a cmd script that looks like this right now: for /f "delims=" %%a in ('sqlplus user/pass@OMP1 @CheckRowCount.SQL') do set rowcount=%%a if %ROWCOUNT% GTR 0 ( ...
0
votes
2answers
49 views

Python doesn't seem to remember installed packages

Alright, I have begun messing with Python packaging but I have encountered some problems. I have used python setup.py install to install my package, then distribute, and then pip. The packages work ...
1
vote
2answers
81 views

How to complete the RUNAS command in one line [closed]

This SO question suggests a command which looks as if it should work but doesn't: http://stackoverflow.com/a/12456756/1333582 The command would be: echo PaSsWoRd | runas /user:Administrator cmd ...
2
votes
0answers
110 views

Run command with parameters in batch file

Assume a psuedo command: psuedocmd.exe It has various parameters like: /scan /save /savefolder Now i want to run psuedocmd.exe using batch file. And i would like to use parameters too. I am ...
0
votes
3answers
53 views

Filter Information with cmd/batch script

I'm using "Disk Usage" (http://technet.microsoft.com/en-us/sysinternals/bb896651) to get the size of the recycle bin. The problem is that I get a bunch of information that I don't need and I can't ...
-6
votes
1answer
82 views

how do i run a batch elevated with like a vbscript? [closed]

I want to get a VBScript to ask for UAC so it can run with elevated permission and after it has the permission to do that it runs a .bat with that elevated permission. I CANNOT code in VBScript. Can ...
4
votes
2answers
142 views

How to create a shortcut to launch an App with admin privileges from the cmd-line?

I have an installer (Inno-Setup) that installs my application to a path defined by the user. At the end of the install routine i want to create a shortcut that starts the application with admin ...
0
votes
2answers
62 views

How do i get a list of folders and subfolders without the files

I am trying to print a list of the folders and subfolders of a directory to a file. When i run dir /s/b/o:n > f.txt i get a list of the files also. I only need the folders and sub folders. ...
0
votes
2answers
101 views

get list of files and folders to table format in CMD

I have read this thread, which helped, but doesn't answer my specific question. I'm hoping someone can help. I am trying to export a CSV file with TWO COLUMNS of data. Column 1 is the actual ...
1
vote
1answer
29 views

Is it possible to show a remote connected console?

I'm connected from a Linux machine to a Windows machine through winexe. I log onto the Windows machine with a user on that machine. I can run cmd.exe or powershell scripts. Now my problem: If I'm on ...
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 2 3 4 5 65