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).
-1
votes
1answer
12 views
SQLite3.exe shell not successfully creating database?
I am trying to create a sqlite3 database on my windows 7 64 bit machine. I have downloaded sqlite-shell-win32-x86-3071700.zip from http://www.sqlite.org/download.html . After running the sqlite3.exe ...
0
votes
0answers
12 views
Difference betweent compiler classpath and interpreter classpath
I have been exploring compiling and running java programs in the Windows command prompt as opposed to the Eclipse IDE. I've noticed we may set the classpath for the compiler when using the javac ...
0
votes
0answers
10 views
Windows CMD Copy Command - PRN Files [migrated]
When I copy prn files to my printer using
copy filename.prn \\PC\Printer
And check the file in the printer queue it comes as Local Downlevel Document
Is there a way to specify a proper filename
0
votes
1answer
17 views
Popen freeze / PySide GUI / cmd popup
I'm creating a simple GUI for djv_converter: http://djv.sourceforge.net/documentation.html
It's working fine but I lack some feedback from this app when I run it with Popen.
args = [djv_path, ...
0
votes
1answer
9 views
Create android project via cmd
I cannot create a android project via cmd.
The following error is shown:
flag -- is not valid
I tried to execute the following code
According to android training website
android create project ...
2
votes
2answers
45 views
Windows console cursor symbol / sigal bars in C++ Console app
I'm looking for a way to get a kind of signal bars for my C++ console application.
(it calculates the pings and the average and output signal bars based on the difference between the ping and the ping ...
0
votes
0answers
13 views
error in cmd the “system cannot find the file specified” when running ndk-build.cmd
I use windows7 64bit PC and..when develop a android environment using NDK it is going to be
check this ndk-build.cmd command on command prompt as like here
Android NDK Error using Cygwin: ERROR: ...
2
votes
1answer
84 views
C++ Compiling Confusion
I've recently started learning c++ via the cplusplus.com tutorials.
Though I wanted to try to compile a a simple code the prints out "Hello World";
It worked fine for linux, but I have to open it via ...
0
votes
1answer
40 views
Building Qt5. Can't spawn “cmd.exe”
I want to build Qt5 for android. I'm following to this instructions http://qt-project.org/wiki/building_qt-android_on_windows . But at the building step 1 I'm getting error like this
Can't spawn ...
0
votes
2answers
31 views
How to shut down a minecraft server with python?
I have multiple minecraft servers running on the machine. servers are started with bat files that have according titles. My question is that, how can i shut down a certain minecraft server with ...
1
vote
2answers
30 views
Redirect output of command in for loop of batch script
...
for /F %%F in ('dir /B %* 2> nul') do (
...
What I'm attempting to do here is discard the err output of the command (and loop over the stdout output). However, it complains:
2> was ...
0
votes
3answers
77 views
F# environment integration (for scripting)
I like F# and I want to practice a little by writing some scripts for automation of some annoying task.
How do i interact with other programs the same way i can do from CMD or PowerShell
for example ...
1
vote
0answers
41 views
output to command line from windows gui program
I have a win32 gui based exe which is GDI based -
The program accepts command line arguments when it starts, and
I need a way to print out a message if the command line is incorrect.
At the moment, ...
1
vote
2answers
49 views
System() / windows Command line commands don't change the directory?
I'm simply wanting to change the directory of the current path and listing all the files/directories I'm interested in. The default dir for vs 2010 is inside the ./Projects/ directory. But I'm ...
1
vote
1answer
12 views
How to post XML data with cURL using cmd in windows 7?
I am trying to post some xml data using curl on command line. Particularly I m trying to run the following command to connect to a billing service provider:
curl ...
0
votes
0answers
25 views
IOException when running Runtime.getRuntime().exec()
try{
String[] command = new String[]{"java -jar post.jar *.xml"};
Runtime.getRuntime().exec(command,null, new File("C:\\Users\\Desktop\\PROJECTS\\docs"));
}catch ...
0
votes
1answer
56 views
Extracting IP from ping into variable in bat script
is there anyway i could do this?
@echo off
REM #Testing FIND in IPCONFIG
setlocal EnableDelayedExpansion
for /f "tokens=3" %%a in ('ping localhost ^| findstr /i "reply"') do (
set address=%%a
...
0
votes
0answers
16 views
How do I run SecureCRT with start parameters from command line with Java code in the background?
I can start SecureCRT with Java code below ...
public static void main(String[] args) {
try {
String[] command = new String[4];
command[0] = "cmd.exe";
...
0
votes
1answer
29 views
Running Multiple Elevated Cmd Prompts through C#
I'm basically trying to copy all the files from the Tasks folder at C:\Windows\System32\Tasks and transfer to any folder of choosing using C#. So far I have this code:
String strCmdTxt = "/k ...
0
votes
0answers
16 views
Robotium junit test cases and report generation using ant
I have developed test cases for my android application . I have ant build and configured path in system variable as ant_home and path .
In build.xml i ve configured the paths like where i kept my ...
0
votes
2answers
13 views
Registry editing using CMD , Path isn't added
lets start by giving you my code:
@echo off
echo.Add App Shortcut for use with
echo.Windows+R
echo.A.K.A Windows "RUN" Command
echo.===========================
color 0E
echo.Make Sure you do not run ...
0
votes
0answers
31 views
Use cmd.exe as remote shell from java
I want to start cmd.exe from java and use it as a remote shell. To start cmd.exe I use
Process p = Runtime.getRuntime().exec("cmd");
I then feed the OutputStream of p with text received via a ...
0
votes
0answers
18 views
Code works in Eclipes but fails in windows cmd prompt
Ok, I read an arabic string in and send it to twitter. In Eclipse, no problem. When I run it on the cmd prompt, it fails
- KEY ERROR - (<type 'exceptions.UnicodeDecodeError'>, ...
0
votes
0answers
17 views
PsExec & Process Through C# Not Showing Output
Apparently PsExec is working. This code works. When executed, it never returns errors. But only SOMETIMES does it return output, and when it does return output, it is always~ the first line.
And the ...
0
votes
2answers
57 views
bat script working on windows 7 but not on windos 2k8
I have a script which works on windows 7 but not on 2k8 throwing up an exception of file not found.
@echo off
REM #Testing FIND in IPCONFIG
SET VIPTHATWORKS="11.11.11.11"
SET ...
0
votes
3answers
39 views
Windows batch script to unzip files in a directory
I want to unzip all files in a certain directory and preserve the folder names when unzipped.
The following batch script doesn't quite do the trick. It just throws a bunch of the files without ...
3
votes
0answers
24 views
Command prompt for visually impaired [migrated]
A friend and I are in a Computer Forensics class which is part of the MSc in Computer Science offered by the University of the West Indies' St. Augustine Campus. We're doing a mix of theory and ...
0
votes
1answer
24 views
Java: Running cmd commands (multiple commands with multiple arguments at once)
I run cmd (command line) and running my batch file from Java this way:
final String cmd = "cmd /c C: && dir && cd C:\MyApp\Maxi && dir && C:\MayApp\Maxi\deploy.bat";
...
0
votes
1answer
24 views
I want to loop through a file assigning a variable to specific tokens, then use the variables in a command line
I am a newbi and apologize if I am not asking the question correctly, but I want to loop through a list, assigning a variable to specific tokens in that list, then pass the variables to a command ...
-1
votes
0answers
20 views
Windows making file a folder [migrated]
I accidentally made a backup of folder using "copy folder folder_backup" and got a file called folder_backup. It contains all the bits of the folder. And I accidentally deleted the folder. How do I ...
0
votes
2answers
37 views
send a variable from a perl script into a command line
I have a perl script that always returns yesterday's date and the date is stored on a variable called $yesterday
Now, I am running that perl script using cmd prompt. After it figures out what ...
1
vote
2answers
33 views
google map obtain key error your input was invalid
I want to get a google map key, so i have to get md5 , i get it like this
C:\Windows\system32>"C:\Program Files (x86)\Java\jre6\bin\keytool.exe" -list -al
ias androiddebugkey -keystore ...
2
votes
1answer
28 views
Approach to implement Windows cmd communication - multiple commands
I'm trying to find a solution how to implement a multiple command - response interaction with the Windows cmd shell. Example:
Start the cmd shell
"dir"
wait for and Handle input
Execute new command ...
1
vote
2answers
50 views
Running an .exe file through a batch file and passing parameters
I have an .exe file that takes two parameters when i run it from the command line, as such:
test_app.exe -vid.avi -data.txt
How would i be able to START the .exe file through a batch script and ...
0
votes
3answers
50 views
Batch file for loop unable to assign values from external file
So, I've got this basic text file called prev_batch.cfg that I want a batch script to read. prev_batch.cfg is a single line of text, but tokens are delimited with a comma. It looks something like:
...
0
votes
1answer
28 views
Restore a running application from batch file
I have a Windows Photo viewer opened and minimized.
How do I restore it to the foreground from a batch program?
I figured out that the application is "dllhost.exe"
I tried this command:
START ...
0
votes
4answers
33 views
Translating shell script into Windows command shell script (batch)
I have a shell script which makes directories week_01 to week_09 using a for loop and one another directory called week_10. I want to translate this shell script into Windows commands using two lines ...
1
vote
1answer
27 views
Command line loop through directories
I'm trying to write a batch file that will be run on a parent directory and will loop through subdirectories removing all but the newest 3 files from each subdirectory. What I have now recurses ...
0
votes
2answers
28 views
CMD: Export all the screen content to a text file
In command prompt - How do I export all the content of the screen to a text file(basically a copy command, just not by using right-clicking and the clipboard)
This command works, but only for the ...
0
votes
2answers
42 views
batch file acts differently when launched from within another batch
So... hey guys and gals. I have the weirdest problem. I wrote this batch file which generate a text file
My code which for some reason gets really messed up is bellow, you can see a better version ...
0
votes
1answer
19 views
Powershell New-SmbMapping drives only accessible from Powershell [closed]
As I understand it, New-SmbMapping W: -RemotePath \\myserver\myfolder should do the same thing as net use w: \\myserver\myfolder. However, if I use net I am easily able to access the mapped drive ...
0
votes
1answer
23 views
.cmd program starts files in a command prompt
I have a simple script to change a file name and open an excel macro concerning said file to do operations on it. When i run it, the file opens in a command prompt titled, "FM-001761-01 Substrate ...
1
vote
1answer
32 views
Cyrillic letters in Git Bash
I'm trying to change the working directory to C:/Users/Абырвалг for initializing git repo there, but it doesn't work. I can't type cyrillic letters in Git Bash whereas I can do this in cmd.exe. How ...
1
vote
1answer
29 views
goto unexpected with blank choice
My problem:
I set a VAR with prompt and three IF to let choice.
Fourth choice doesn't work. I would like that if i push enter without type anything, it goes back to :MOSTRA.
Actually leaving it blank ...
0
votes
1answer
15 views
cmd script printing out but not executing
Hi all I'm currently writing up a small bash script to automate some stuff for me but I've hit a bit of a snag My current file looks like the following:
for /f "delims=" %%f in ('dir /b "D:/*"') do ...
0
votes
1answer
25 views
SSH to a windows server and run a command in that command server
so I have a set of commands that need to be run in a windows server 2003 (basically ant command to run eclipse-webdriver java code in cmd) . I want this commands to be run remotely using a click of ...
0
votes
1answer
34 views
Documentation for 'if exist *.ext'
Apropos the accepted answer to Test failure of DOS del D:\folder\*.ext , where is the official documentation saying that if exist FileName can accept a wildcard in FileName?
0
votes
2answers
27 views
Want to execute command on each file in directory one at a time through batch file windows
I am currently doing this to execute a single command on a particular type of files in directory.
COPY *.prn /B \\\\{$PC}\\{$PRINTER}
The PC And Printer Part is redundant no need to understand that
...
0
votes
2answers
35 views
Batch: Replacing number in text (replay script) in loop
can somebody help me with my problem, please?
I am trying to make a batch file, which will do several loops (with ANSYS commands). Problem here is that I need to change numbers in ANSYS scripts ...
1
vote
2answers
29 views
Batch to Remove files in a Folders of Different Users
How can I remove files of a Folders for Different USers with a batch file?. For example:
C:\Documents and Setting\UserA\Folder1\file.abc
C:\Documents and Setting\UserB\Folder1\file.abc
C:\Documents ...







