Tagged Questions
0
votes
1answer
9 views
Can't install psycopg2
I'm trying to install psycopg2 so I can use postgresQL in python and Django. I have run into multiple errors in the last few hours trying to install it, and my latest one I can't seem to solve. When I ...
0
votes
0answers
16 views
Opening an OpenVPN connection in Windows using the command line [closed]
I am a complete newbie when it comes to OpenVPN, so I'm a bit confused at the moment.
I can easily open a VPN connection using the OpenVPN GUI in Windows 7: I put in the IP, the GUI asks me if I want ...
0
votes
5answers
48 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 ...
1
vote
1answer
25 views
capture command line output in vbscript
Got a simple script that executes a command to a server - briefly:
//Create shell
set WshShell=CreateObject("WScript.Shell")
WshShell.run "cmd.exe"
//send commands
WshShell.SendKeys "telnet ...
-3
votes
1answer
28 views
Windows command line how to call a tool for every file in directory tree [closed]
I have many directories with many files. How to call a command (echo i.e.) for every file?
What I have done is:
for %a in (*) do D:\wget>xidel.exe --extract "//a/@href" %a > D/wget/links.txt
...
0
votes
1answer
67 views
How to get input from a user in Python 3 without being cut off when printing?
I am making a basic utility in Python 3 running on Windows with which the user inputs commands and at any given time may receive a printed message. The issue is, when using the input() function if a ...
3
votes
0answers
45 views
Windows command line args getting to Ruby program only if explicitly invoked as “ruby” [duplicate]
I have a Windows 7 machine, and I'm calling a Ruby script from it. If I do this:
ruby Test.rb blah
Then ARGV[0] is "blah", as expected. But if I do this:
Test.rb blah
Then ARGV[0] is empty.
...
-1
votes
5answers
87 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 ...
-4
votes
1answer
48 views
Windows shortcut vs command line behavior
I'm encountering a strange problem which could only really be explained by differences in running a program via the command line or by shortcut.
The application in question is a command line C# ...
0
votes
1answer
56 views
JNA: get all windows processes command line
Looking for a way by using JNA to get a list of all currently running windows programs and their command lines. There are a few tutorials on this site (Get list of processes on Windows in a ...
0
votes
2answers
35 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 ...
0
votes
2answers
73 views
Windows ms-dos command - create lots of SAME subfolders under EACH parent 3rd level folder
I have a folder structure like this:
world
country
city1
city2
city3
...
Because of my job, I needed to create lots of SAME subfolders under EACH city. I ...
0
votes
1answer
35 views
Windows: how to send a signal (SIGNINT or SIGBREAK) to a process from command line
What is the best way to send a signal like SIGINT or SIGBREAK to a process from Windows command line? In my case, I want to send the CTRL-Break event from with a batch file to a running java process.
...
1
vote
2answers
67 views
Running cmd with spaces from java
I want to run a command through java session. The command contains spaces. as
"C:\With Space\sample.exe" -command_option "C:\Source File\test.c"
This works if
C:\WithoutSpace\sample.exe ...
0
votes
2answers
77 views
How to use svn+ssh with Tortoise SVN from the command line
I'm having trouble trying to checkout out a repo using the following syntax on a Windows 7 workstation with TortoiseSvn:
svn co svn+ssh://user@ip/repo .
What I've done to test this issue:
...
0
votes
2answers
31 views
Setting the git describe as a shell variable
I'd like to create a directory based on the output of the git describe command.
This does not work:
set NAME = git describe
mkdir %NAME%
What should I do?
0
votes
1answer
35 views
How to use JpegTran to recursively process all images, overwriting them, in a directory using Windows?
Right now I have the following batch file that I use to process my images:
@echo none
cd %1
md "%~1\ProcessedJPEGS"
for %%i in (*.jpg) do "C:\Program Files\Image Optimization\jpegtran.exe" ...
-2
votes
2answers
69 views
Fortran Make file for windows
Please could you help me how to convert FORTRAN make file for Linux to a make file for FORTRAN under windows?
my Linux make file here
https://www.dropbox.com/s/ui6pbtwmumc5zpz/makefile.txt
Also I ...
1
vote
0answers
32 views
Geting started with Android C++ debugging via gdb on Windows: Where to get gdbserver for Android from?
I don't understand how to debug C++ APKs on android. Can someone please help me get started?
I found this:
http://www.kandroid.org/online-pdk/guide/debugging_gdb.html
but running gdbserver -help ...
0
votes
1answer
51 views
Getting error in the windows 2008 r2 server while calling exe file with an argument in the command prompt
I am calling .exe file with giving a directory. This directory includes three files and my .exe is executing these three files. Everything works perfect in my computer in the command prompt. The ...
2
votes
0answers
100 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 ...
1
vote
3answers
68 views
Windows Command line script decrementing variables in FOR loop based on a user defined starting variable
I'm trying to write what seemed like an easy script but I can't figure it out.
Basically, a user is asked Question 1: "How many (in this case) video files they want to add together to create 1 big ...
0
votes
1answer
50 views
Cmd tree to Json
I have a text file with a folder structure:
+---A Momentary Lapse of Reason
+---A Saucerful of Secrets
+---Animals
+---Atom Heart Mother
+---Delicate Sound Of Thunder
+---Echoes- The Best of Pink ...
0
votes
1answer
122 views
Sox --multi-thread option: Split stereo wav file to 2 mono files Windows Line command
I've written a batch program in windows command-line to take a stereo wav file and split the right and left channel into separate FLAC files using sox v.14.4.0 audio program. Like so..
for /r %%n in ...
0
votes
1answer
48 views
Run a command without the command line running in a new window
I am trying to run a command from a node.js app that's installed on the machine. The command runs fine (it is a command to launches Tomcat). However, the command I run actually open the command line ...
0
votes
1answer
57 views
Windows batch combining coffee-script, copy and uglyify
So im trying to write a nice batch file to combine my javascript libraries, combine and compile my .coffee files, combine the both results and then minify it with uglyify.
However im running into some ...
7
votes
1answer
66 views
Bug with find.exe?
In C++ we have a method to search for text in a file. It works by reading the file to a variable, and using strstr. But we got into trouble when the file got very large.
I thought I could solve this ...
-1
votes
1answer
108 views
windows batch command to move all wanted sub-folders recrusively in a directory to a NEW folder
I have a local Folder-A which have many subfolders (svn-repository), these subfolders both have a subfolder named .svn. Now I want to move all .svn folders to Folder-B, but incase of oneday I wants ...
0
votes
2answers
154 views
Run a command in a windows remote server and get back the console output in C# .NET
I have a remote server name (windows), username and password.
Using C# .Net, I want to run a command on the remote server and get back the console output
Is there a way to do it in C#?
I was able ...
0
votes
1answer
46 views
php exec openoffice macro windows 7
I am having a problem executing commands from php. The code works fine using the command line directly on windows. I am also able to execute a test command using php to create a simple empty text file ...
1
vote
2answers
60 views
How to check out a deleted project from an SVN on the command line
I'm trying to checkout a project that was deleted from my SVN in revision 401. The project is now defunct and had been completely replaced with a rewrite of the code, but I'd like to do a checkout so ...
0
votes
1answer
57 views
Windows Server killing long running PHP process
I have a Windows 2012 Server that runs IIS and SQL Server 2012.
I am trying to run a PHP script from the command prompt. The script takes around 1 hour to run. If I run it straight from the command ...
0
votes
0answers
37 views
Getting windows printer status via exec()
Is there a way to return the status of a printer via the exec function in PHP?
I am assuming not. I've tried running print.exe and printui.exe, but they always just return 0 because they are ...
0
votes
1answer
164 views
Set Wallpaper directory using batch file
I am developing a simple application that downloads Desktop Wallpapers from server and saves the images in Wallpaper Downloads. I want to set this directory as my Wallpaper directory as we see in ...
1
vote
1answer
89 views
Jasmine in windows command-line
How to run jasmine from command-line using a Windows machine ? I have seen jasmine scripts run in Linux. I want jasmine standalone in command-line without phantomjs or any other javascript code that ...
3
votes
2answers
328 views
Launch process and hide command line parameters from Task Manager
I'm not sure if this question is more appropriate for Stackoverflow or SuperUser or what StackExchange site...
Basically I'm launching a third-party app from C# with Process.Start with several ...
0
votes
2answers
99 views
Using a for loop in batch with modulus operator
for /L %%i in (1, 1, 100) do (
SET VAR=%%i %% 5
set /a CAL=%VAR% %% 5
echo %CAL%
)
Hey guys here is the simple code above, im trying to take the index and use % 5 on each ...
1
vote
1answer
75 views
How to enter password that an external program asks from batch file
I'm writing a batch file to execute a program and do some requirements. After some steps, it asks me password.
Here is the .bat file I'm executing from command prompt;
C:
cd "C:\PROGRAM FILES ...
0
votes
1answer
44 views
bat file for deleting index in solr
I want to use a bat file to clear my index in solr. I found the following solution:
http://superuser.com/questions/134685/run-curl-commands-from-windows-console
I downloaded cURL and a copied to my ...
1
vote
1answer
25 views
Rhyme or reason to history buffer in Windows command interpreter?
When I am in a shell like bash, if I use the up arrow to go through the command-line-history buffer, it behaves in a predictable way: hitting up goes to the command I executed most recently.
In the ...
0
votes
1answer
38 views
make a file that will run in cmd
is it possible to make a file that when double clicked, it will run "ping 8.8.8.8 -t" to Windows Command Prompt automatically.
so dont need to "Windows+R > ping 8.8.8.8 -t > enter" to do that
do i ...
-1
votes
1answer
35 views
Windows Command Line - Multiple PHP Versions
I am currently running Wampserver with multiple PHP versions (5.3.8, 5.4.3). Wampserver easily allows you to switch back and forth between the php version you want apache to use. However, I'm having ...
2
votes
3answers
267 views
How To Run PHP From Windows Command Line
I'm new to php and wanted to run php from command line. I have installed WAMP and set the "System Variables" to my php folder ( which is C:\wamp\bin\php\php5.4.3).
When i go to Run -> CMD -> Type ...
0
votes
2answers
112 views
How to open a file and view on remote windows machine
I want to open a file on remote windows machine from my local windows machine. The file should be visible on remote machine only.
My problem is, I should open a bat file on remote pc which creates ...
0
votes
1answer
39 views
install npm module in my project
I have node.js project on drive "F".
for example F:\development\WebStormProjects\test-app\
so, how i can install nmp module (npm install twitter-bootstrap-node) in that project folder?
my os is ...
2
votes
1answer
90 views
Win32 ASM program prints nothing to command line
I was trying writing a simple command line program in assembly using the Win32 API. I wrote the following, got it to compile and link with zero errors or warnings, and started it from a command line, ...
2
votes
0answers
97 views
enable debug mode in PHP, Window Dos
in windows command line.
how to enable debug in ftp commands,
second questions
in PHP how to enable the debug mode,
below is the simple ftp script,
How to get step by step script execution trace ...
0
votes
1answer
39 views
How can an ANT build script kill a Windows process?
I'm working on extending an ANT build script to allow a TeamCity build agent to run Selenium tests.
In doing so there is a server required to start with selenium which isn't shutdown at the end. So I ...
2
votes
1answer
124 views
Delete file longer then 30 days old for long path and long file name
I tried to make batch file in windows by using task schedule once a month to find *.bak. With condition more then 30 old. I create two condition full path name and non-8dot3 path name. For those ...
0
votes
1answer
103 views
How do I create a script to run MySQL command line?
I'm trying to import about 20 .csv files into MySQL and I'm fed up with doing it via phpmyadmin's import gui.
Is there a way to do this by batch without typing on the command line? i.e. a script that ...




