Tagged Questions
0
votes
2answers
28 views
CMD - Command to change front size
Is there a way to enter a command into cmd, and increase the front size, not the resolution?
Not by clicking on the properties, but by typing a command in the cmd.
0
votes
1answer
122 views
batch file for putty file transfer automation
i have a batch file for moving file from my local PC to server through SFTP. I have Putty installed in my system and the batch file code follows.
cd C:\Program Files (x86)\PuTTY
psftp
open <IP>
...
0
votes
1answer
49 views
Running CMD commands from JAVA
I made this code to move a folder then hardlink it to it's original destination. The problem it works fully when I'm just trying it from eclipse but when I make it into it's own self executing jar it ...
0
votes
0answers
36 views
How to print file from web
i have a question about how to print a generated file from a web server to local printer.
The script will be based on exec(); php.
The printer is not an open_printer, and use an own soft to send the ...
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, ...
1
vote
1answer
78 views
Java : Interactive Console using jTextArea
I am developing a cmd like console using jTextArea, for an IDE. What I want to do is as I click the execute button, it provides me interactive input/output screen in the jTextArea.
I am able to grab ...
0
votes
1answer
87 views
CMD instead of running command just opens it
OS Win7, GAE 1.7.6, Python 2.7.3
Working on Google app engine project with 2 other people, project leader gave us sample data via sampleData.cmd to run it inside.
nameOfTheApp\main>sampleData
...
1
vote
2answers
112 views
run multiple shell commands one by one in c#
I want to run multiple shell commands from c#. I've tried Process.Start(""); but it opens new instances for each command. I've also tried ProcessStartInfo with StreamWriter (ref.) but it doesn't work ...
0
votes
2answers
146 views
Batch program to to check if process exist
I want a batch program which will check whether the process notepad.exe is exist.
If notepad.exe exist, it will end the process else the batch program will close itself.
Here is what I've done:
@echo ...
-1
votes
2answers
90 views
what command on cmd works just the same as the “makefiles” command on Linux?
I'm new on C programming and I had been wondering what command on cmd works just the same as makefiles on Linux. You see, the OS of the computers we use in school is Linux and Mac and my laptop is ...
1
vote
3answers
75 views
“edit” not a vaild command in cmd.exe?
I'm trying to create a .cfg file for bcc32 compiler and i'm following the instructions I have installed correctly and placed and environment path as instructed but when I type "edit bcc32.cfg" into ...
0
votes
2answers
33 views
understand command in cmd
cd /d someDir && pathToJar.exe xf file.zip
this is the command that I want an explanation. as an example,
cd /d c:\rf-jboss_pt2\instance\referral_pt2 && ...
0
votes
2answers
70 views
Running ImageMagick from C# with scheduled tasks
I have a program that converts PDF-s to images. While running the program manually, everything works. But whenever I try to run the program as a scheduled task, ImageMagick or cmd (not sure) refuses ...
0
votes
1answer
127 views
How to find user Full name without User name in CMD?
I tried this, net user /domain | find "user1", it finds only the user name.
How can I search by the attribute Full Name?
0
votes
2answers
100 views
How can i use Java to run OS Commands
I'm making a program and that must run Clafer with " clafer -m=xml Case5.cfr " this command.
So I use
ProcessBuilder pb = new ProcessBuilder("clafer -m=xml " + "Case5.cfr");
pb.directory(new ...
1
vote
1answer
273 views
Windows batch file count and display each loop
I am putting a batch together to run a propitiatory audio converter. The batch works, you put it into a folder and dump each file you need to convert into the same folder, it loops through each one ...
0
votes
1answer
616 views
Can't connect to server (timed out if winsock.dll error 10060) when run blat command to send mail
I am using Blat that is command line tool for sending the mail from command.
First I run the install command to store the mail server which create the entry in registry like that.........
First I ...
2
votes
0answers
114 views
Is it possible to execute windows commands in Java in a “batch” manner? ie One after the other but kept persistent?
I'm looking to create a Java Application that is able to run windows commands in a "batch" manner; what I mean by this is that it's persistent in between commands and isn't as if you're only executing ...
0
votes
1answer
95 views
Update Windows 7 via cmd [closed]
I need to automate the updating/installation of MS patches in some remote machines.
I can't use MDT because there is already a different subsystem handling mass software/patch distribution on all the ...
0
votes
3answers
98 views
Determine Intel or AMD through Windows batch file
Is there a way to determine if the machine is running an Intel or AMD processor through the Windows command line (so it can be placed in a Batch file)? I am trying to make an installation script for ...
0
votes
2answers
334 views
read line in batch file without for loop
I have a xml file with below tags:
<param>
<name>date</name>
<Value>20010202</Value>
</param>
I have many such tags in a file. I need to read this file ...
1
vote
2answers
176 views
Window's CMD simple program to rename files doesn't work with spaces
Hello everyone and thanks for your help!
I currently have this program that renames a single file to lowercase:
This file is Lowercase.bat
set LC1=%~nx1
set LC1=%LC1:"=%
set LC1=%LC1:A=a%
set ...
0
votes
3answers
114 views
CMD commands in other OS systems [duplicate]
Possible Duplicate:
Execute another jar in a java program
I am making a program that run from a java document, and runs a Java document.
I am using windows and
Process pr = ...
3
votes
3answers
123 views
Want to hide the cmd prompt screen
I have developed a utility which will get time of all servers in the list.
System.Diagnostics.Process p;
string server_name = "";
string[] output;
p = new System.Diagnostics.Process();
...
0
votes
0answers
87 views
How do you remove the spaces between words when echoing in command prompt (Windows)
In command prompt, I am trying to write something to a the hosts file with the following:
>echo 173.194.37.41 www.amazon.com > hosts
My problem is that when this text is inserted into the ...
0
votes
0answers
179 views
Using a batch script to launch my vb.net program with arguments does't work, but it works when using a command line
The answer to the question that i had earlier is as follows:
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Dim lol() As String = ...
0
votes
0answers
77 views
subinacl The RPC server is unavailable
I'm using the Tool subinacl (http://www.microsoft.com/en-us/download/details.aspx?id=23510) to add permissions to the local user for job schedule.
I'm trying to do this with the following line:
...
4
votes
3answers
1k views
Write local ip address to text file using batch file
I want to create a batch file that writes the local IP address on a txt file. When i run a batch file with this code (file path is wrong but that's not the problem):
ipconfig | find "IP Address" > ...
0
votes
1answer
182 views
How do I send commands to an EXE running through the command line with batch?
I have a server application running called TerrariaServer.exe and I want to be able to send it commands with separate batch file. TerrariaServer.exe is a program running as a command line. How could I ...
1
vote
2answers
66 views
How do Loop this command?
I'm new to this community and new to coding. I'm trying to figure out if there is a way to repeat a command like this
CMD /k Taskkill /IM A.exe /F
CMD /k Taskkill /IM B.exe /F
CMD /k Taskkill ...
1
vote
1answer
32 views
How to double-click a file to perform a number of CMD commands on it (using “Open With…”)?
I have a set of files with a common file extension, e.g. *.EXT.
These files are located in different folders on my PC.
I have a cmd script "Script.bat", located in C:/foo/ folder
I've set an "Open ...
0
votes
1answer
91 views
batch file to search folder for dll file names
I need to write a batch file that will search a folder for all dll's, take their name do some processing with such. So for example a folder containing
File1.dll
File2.dll
File3.dll
within C:\temp
...
0
votes
0answers
87 views
Run CMD command from vb
I was just wondering if it is possible to run a CMD command from vb.net.
I am trying to run the following command when a "Disable" button is clicked:
cacls %windir%\system32\utilman.exe /C /D ...
1
vote
0answers
482 views
Java Runtime.getRunTime().exec(CMD) not supporting pipes
I'm attempting to write a program that will display and be able to update your IP address settings using a JFrame window. I am looking at running this purely on windows so I'm attempting to be able to ...
0
votes
0answers
50 views
How can I change the caption and icon of a Java-Application with the command prompt?
Hello dear Stack Overflow-Community,
is there a any way to change the caption of the window and the favicon/ icon/ symbol of the java (.jar)-application to be opened with the command prompt (CMD) ...
3
votes
3answers
159 views
launch cmd run command isn't working
I am working on a script or batch file (or combo of the two) which imports an outlook prf file, then launches a new cmd.exe window runs a application specific program which when passed a server ...
0
votes
1answer
98 views
Java jar-Archive tool - Set path for folder with content
When I use this command:
echo C:\Program Files\Java\jdk1.7.0_07\bin
jar -cf C:\file\file.jar C:\data\
in the CMD for the jar-Archive tool, it creates the .jar called "file.jar" in C:\file\, but it ...
1
vote
2answers
636 views
Tool for creating jar files from command line
I'm not very skilled in writing batch files and/ or java. I have a folder with serveral .class-Files and folders in it and I want to put them all into a executable .jar-File. I know that there is a ...
2
votes
2answers
170 views
Java intercept command prompt reply
I was doing some cmd commands via java that are only input in the command prompt.
I was wondering if there was a way to programatically fetch and reply to a command prompt question via Java?
e.g.: I ...
-1
votes
2answers
257 views
How to create a password WITH SPACES via Command Prompt
I found the syntax to change a user password through command prompt. I am using:
net user username password
I have sucessfully changed the password to a regular password. I can not figure out how to ...
1
vote
1answer
443 views
Running a program as an admin from a batch file
I'm trying to run a program as a an admin from a batch file.
A shortcut on my desktop is set to run cmd as an admin. I want to then run my command from this command prompt window.
@echo off
call /k ...
0
votes
1answer
117 views
How to assign a value to a variable and check if it is empty in windows batch program?
Here is the code i wrote:
@echo off
:top
set chkScheduleTime=""
set chkScheduleName=""
set /p scheduleName=Enter the name of the schedule?
cls
set /p scheduleTime=Enter the time to schedule task?
...
0
votes
1answer
534 views
Windows Store Project - Assembly reference error when trying to run cmd commands from a C# file in VS2012
I'm doing some exercises with C# in the trial version of VS 2012. I want to execute a cmd command from a CS file. For this, I've tried Process.Start as well as System.Diagnostics.Process that are ...
1
vote
1answer
133 views
How to run a batch command when closing a batch script by clicking close button
I am running having a batch script which runs a long running command. I want to run another script when i close the command prompt running the first script using close button.
1
vote
1answer
294 views
Windows bat alternative for Bash inline command
Is there any Windows equivalent syntax to run a command within another command in a bat script file?
In Linux, you can simply use $(...) or ``.
0
votes
4answers
314 views
Find a line of text with a pattern using Windows command line or Python
I need to run a command line tool that verifies a file and displays a bunch of information about it. I can export this information to a txt file but it includes a lot of extra data. I just need one ...
1
vote
1answer
288 views
Getting sub folders by name with windows cmd
Within a batch-script, I would like to list all subfolders with a given name. I can do it in general but have problems, when there is subfolder direclty in the folder where I am searching. I am doing ...
1
vote
2answers
6k views
I need execute a command line in a Visual Basic Script
I need to execute the command "ver" in my vbs to see the version of my Operating System, and i don't know how make it.
I tried this, but dont work:
Function ExecuteWithTerminalOutput(cmd)
Set shell ...
0
votes
1answer
327 views
Writing 2 batch files into 1
I've got 2 separate batch files, the first one checks whether UAC is enabled or disabled. If enabled it calls "uac.bat".
REG QUERY ...
0
votes
1answer
288 views
Launching mstsc.exe from Winform on Windows Server 2003 r2
I'm trying to script multiple remote desktop connections in a Winform .NET 4.0 in C#.
Given a list of server names in _serverList,
var startInfo = new ProcessStartInfo
{
...


