0
votes
1answer
33 views

Can't get the http response using telnet from the command line [closed]

I'm using Windows 7 (x64). I want to send an http request from a command line and to get a response. I use Telnet. I type in the command line: telnet www.google.com 80. After I press "enter" the ...
0
votes
5answers
58 views

Add if statement to cmd.exe script

I have a cmd.exe script: FOR /F "tokens=5 delims==<ms" %i IN ('ping -n 1 -4 host1.internal ^|find "Reply from"') DO @echo %i Basically, it returns ping value to host1.internal without anything ...
0
votes
1answer
53 views

User input path psftp script batch file

I am trying to implement a scenerio like the user should give a path and the path should be binded to another . bat file and that path should be the destination where am going to put my file from ...
-1
votes
5answers
96 views

Windows batch file unable to move files to another directory

Appreciate any help as windows 7 keeps giving following message in spite of directory exists. Sample code with error message are below. Thanks in advance D:\WebService\Project-Print-Services>move ...
2
votes
2answers
68 views

How can I detect whether or not I am in powershell from a command line?

I am creating a standard windows BAT/CMD file and I want to make an IF statement to check whether or not this CMD file is run from PowerShell. How can I do that? Edit: My underlying problem was that ...
0
votes
2answers
37 views

Cut the last 2 characters of cmd.exe script response

I want to write a script that esentially pings another computer and gets average as number only. Right now I have a script that gets average ping as needed and shows it, but it has 'ms' prefix and I ...
2
votes
1answer
39 views

Evaluating the First Character of a User Defined Variable is Uppercase

I have a template document that I want to convert to another file with a user defined name. The following is the code I have pieced together. rem @echo off setlocal enableDelayedExpansion cls ...
0
votes
0answers
54 views

About AttachConsole/Freeconsole API function

When I attach the parent CMD to my app, after releasing the attached CMD using Freeconsole, there is an empty line in CMD where I can write... is like an "@Echo OFF", when I press "ENTER" returns the ...
0
votes
1answer
59 views

Console.Writeline on a WindowsForm? [duplicate]

Is there a way to write to the console in a WinForm project? I know that I can change the project type to console and stills be a WinForm, but then if I launch my program from the CMD the execution ...
0
votes
0answers
18 views

Search all PDFs in directory only in search pane in Adobe Reader 11

In Adobe Reader 11, I can launch the GUI and open the advanced search feature to perform a search through an entire directory of PDFs. Upon submitting the search query, the search panel brings up a ...
2
votes
0answers
109 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 ...
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 = ...
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 ) ?
0
votes
1answer
82 views

Error with FOR LOOP in BAT FILE (WINDOWS)

Here is a for loop in a bat file, this loop takes numbers 1 through 100 and uses the mod operator on each integer. Im having difficulty calculating the average after the loop ends? can someone help me ...
0
votes
2answers
102 views

Command line: Create folders in subfolders with spaces

For a project I received 700 folders with names of institutions (containing spaces). The purpose is now to create subfolders in each of these folders. [institution folder]\Documents\ [institution ...
0
votes
1answer
30 views

Search Files of a directory in another directory

Things Required Step-By Step: List all files/items in Directory/Sub-Directory.(e.g. List files/items of DirA) Search All Listed Files in another Directory (e.g. Search files/items of DirA in DirB) ...
0
votes
1answer
63 views

Copying a folder, but excluding specified sub-directories

I need help with copying a folder, but doesn't copy sub-folders with the names that are specified in a text file. The text file is located: U:\Directory\Directory\Textfile.txt I need to copy ...
0
votes
1answer
252 views

grunt watch task block the command line

I'm new to grunt, still learning, so I came up to a very strange problem. When I run "watch" task, my command line becomes blocked, so basically I cant do anything on it. Bare in mind that the task is ...
0
votes
0answers
116 views

Why can't I access environment variables for CMD.exe if I set them through CreateProcess(CMD.exe, “set …”)?

See bottom of Q for edits. I'm writing up a plugin in C++ for Notepad++ that will spawn a new process and access VSS through SS.exe for checking in/checking out, etc. Manual commands work fine: ...
0
votes
4answers
112 views

Running a C++ program with cmd

When I run a program through command line, once the program ends, cmd instantly closes, so I can't see the output easily. Is there anyway to stop this from happening so I can actually verify the ...
2
votes
1answer
167 views

Unable to start telnet session from java

I am currently working on a Java Applet which is supposed to start a telnet session via command line. My current approach is to run: String connectionString = "cmd /c start cmd.exe /k \"telnet\""; ...
0
votes
2answers
216 views

How to Delete All files But Excluding Specific Files (Batch File)

I know there are questions here like this before but in my case there are special conditions in specifying the files to be excluded in the "delete" operation. Filename examples: A_001.xml A_002.xml ...
0
votes
1answer
46 views

Batch File Replace Extracted File

I have a .bat file that unzips a kml from a kmz. If I run the batch file again it prompts me if I want to replace the file. Is there away I can have it always replace the file without prompting the ...
0
votes
1answer
179 views

How to stop a windows service, check if its been stopped, and start it up again using Cmd Line?

I have a rather simple task to achieve but am a total noob at command line scripts. I have googled around and found some of the basic commands to interact with the services on a windows machine but ...
0
votes
0answers
113 views

How return to previous line in java?

We are writing a program that would write some strings on the command prompt. Sometimes we need to return cursor to previous line. Is there any code like \n or \b to do it? I search about it and see ...
1
vote
2answers
168 views

Windows Batch error: “'ping' is not recognized as an internal or external command operable program or batch file.”

I am trying to run this command in windows: ping -n 5 127.0.0.1 > nul I get the error: 'ping' is not recognized as an internal or external command operable program or batch fie. Why can't ...
0
votes
1answer
46 views

Is it possible to move the command prompt to a certain position on the screen?

As the title says, is it possible? I've searched all over the internet in order to find it, but whatever variation of my search query I come up with, I end up getting results which are about the move ...
1
vote
4answers
100 views

Windows console width in environment variable

How can I get the current width of the windows console in an environment variable within a batch file?
1
vote
1answer
47 views

cmd environment variable behaviour unclear

I'm kind of struggling with cmd.exe so let me put this in code: :: Set an environment variable var to `pwd` :: (forget about the backslashes) C:\somedir>set ...
5
votes
1answer
241 views

Installing Java with silent install into a directory with spaces

I am trying to install Java using the silent mode and also specify an installation directory that contains spaces. When I do this it pops up the "Windows Installer" dialog box indicating one of the ...
0
votes
3answers
157 views

A .bat File, “Call” or Not to “Call”, That is the

I have looked around but I cant quiet figure out how to put the question, so im asking it here. If from within a bat file you called another but still had a few operations to complete , how can you ...
0
votes
3answers
147 views

Using Windows commandline, how can I completely replace one folder with another?

So far I have it to where I can copy all the files from c:\Users\John\Folder1 to c:\Users\John\Folder2. But I am looking to completely swap the folders. e.g. Replace c:\Users\John\Folder1 with ...
0
votes
1answer
129 views

Windows Command Line FTP to deploy website

Trying to set up a post build script on my CI server to push changes to our web server by FTP. In as few lines as possible how can i push a folder of files to my webserver using windows FTP? For ...
1
vote
1answer
201 views

Create Computer(My Computer in windows XP) shortcut on desktop from CMD?

How I can create a shortcut from Computer(real shortcut with Manage option in right click) on desktop from CMD?
2
votes
2answers
333 views

Use of percent sign (%) as a CMD parameter is interpreted as a variable

I try to run a batch file with the following code: wget.exe "http://example.com/file0%24.html" The problem is, that CMD is interpreting the %2 as a variable (the second command line parameter) ...
1
vote
2answers
185 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 ...
2
votes
1answer
158 views

How to create task using schtasks.exe with multiple days of month

I try to create this scheduled task using the command line: I tried: schtasks.exe /Create /tn test1 /tr notepad.exe /sc montly /m jan,feb /d 12,27 but it seems that /d can get only one ...
1
vote
1answer
258 views

Making files writable recursively

I am trying to make every file writable under certain folders using this for /d /r . %%d in (nbproject) do @if exist "%%d" dir "%%d" /S | attrib -R /S /D "%%d" when inside a folder dir ...
0
votes
1answer
68 views

text File search and collect data into a text file by batch

I want to search for some file that have start character about the same and then I collect all information in file in search and collect it redirect it into 1 txt file. How do I do it. Here my ...
0
votes
1answer
446 views

windows xp command line scripting (cmd.exe): set /p doesn't work properly when used between a if. ¿Why?

I recently discovered a simply way to get user input in windows cmd.exe batch files using the /p option provided by set command. But for a strange reason that I don't understand the set /p behaves ...
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 ...
2
votes
1answer
126 views

Executing C# in command prompt (cmd)

Python allows the following: once I open cmd I can start python and then run python commands which return results directly in cmd. For example, I type print word and cmd returns word. Is there a ...
0
votes
3answers
197 views

command line input and UseShellExecute == true

I have a program that essentially all that is left is to call a command through CMD.exe . I need to open CMD.exe in my current working directory (i know i can just do Porcess.Start(CMD.exe)) I then ...
2
votes
3answers
581 views

How to extract a specific field from output of tasklist on the windows command line

I ran the following command on the windows command prompt C:>tasklist /fi "Imagename eq BitTorrent.exe" The output of which is Image Name PID Session Name ...
0
votes
1answer
110 views

Batch file continually resets to the start

I intend to use the code below to shutdown or restart a computer. Every time I run this, it goes back to set /p var=Type computer name here: Can you please tell me, what is wrong with my script and ...
3
votes
2answers
110 views

Is there a scripting language that 'compiles' to windows batch syntax?

Is there a language, similar to what CoffeeScript is to JavaScript, that compiles to the language of the windows batch|cmd|command line? The cmd versions I refer to are the ones based on NT, ...
0
votes
1answer
358 views

CMD - Wait for parallel command lines to finish?

I execute 4 tasks in parallel via command line ( win7 cmd): start defrag /A c: start defrag /A d: start defrag /A e: start defrag /A f: dir However the dir command execute right after the first ...
1
vote
1answer
78 views

Troubles with opening cyrillic file path from explorer in Windws XP

Operating system: Windows XP SP3 Trying to define commands to open some file-types from context menu or directly from explorer and having the following problem: standard "C:\Program Files\SQLite ...
0
votes
0answers
55 views

AttachConsole(-1) only works from .bat file

I have a .net forms appplication which I have added some command line options for, the problem is that when I run thoes commandlines from a .bat file I get the feedback outputted to the same window ...
1
vote
0answers
119 views

my command line code can't run using curl

What my problem is that I can not run a cmd line using curl in php. My Code is like this: public function updateSolrProfilData($arrData) { $solrClientOptionsCommit = ...

1 2 3 4 5