3
votes
2answers
33 views

how to copy/cut file (not contents) to clipboard in windows with command line

Is there a way to copy (or cut) file to Windows clipboard from command line? In particular with batch script. I know how to copy contents (type file | clip) but this is not the case. I want to have ...
2
votes
0answers
30 views

How can I use a bash like shell on windows [migrated]

I use Linux and a Mac. I'll be teaching some command line stuff soon. What can I install on Windows to give me a terminal window most similar to a basic mac/linux bash shell. Would like to be able to ...
3
votes
2answers
37 views

Does the file need to be closed after modifying with 'sed'?

I have a shell script which contains a 'sed' command that does the insertion into an existing file: sed -i "/<test name=\"test-$NUMBER\">/i $NEW_TEST_SUITE" test.xml After running this shell ...
0
votes
1answer
38 views

Read / write a file in a shell namespace extension using shell APIs

I've used SHGetDesktopFolder() to get a PIDL and then walked down it's contents using IShellFolder. I now have a particular PIDL referencing a filesystem location, and I can use BindToStorage and ...
1
vote
0answers
10 views

Windows & Git Bash: Bash PATH to read Windows %PATH% system variable [migrated]

I've recently added a directory to the Windows PATH manually by going into Control Panel -> System -> Advanced system settings -> Environment Variables -> User variables -> PATH. (Windows 7, 64-bit.) ...
3
votes
1answer
26 views

Multiple parallel MSys/MingW installations on Windows

when installing MSysgit, also MSys (as the name suggests) is installed on my machine. When I additionally install DevKit for Ruby, yet another copy of MSys is installed on my computer. When installing ...
0
votes
0answers
8 views

How can you close a specific Windows comObject by a trait like location name? Powershell

I'm trying to run a script that copies several files to a group of servers. After words I run another script in another directory to verify they were moved. I can invoke the next folder that I need to ...
1
vote
1answer
22 views

How to create a IconHandler used by the shell in c++?

I tried to code an icon handler in c++ but i have some issues to do this. I followed the turoriel from codeproject The difference with this tutorial is i wanna code my dll with an ATL project from ...
0
votes
0answers
16 views

command “zip” not available win 7 [migrated]

If I tried to use the zip command in the shell, I will get the message that the command is wrong spelled or not available. I tried it on a second pc and there I got the wanted result. I tried to ...
0
votes
0answers
19 views

Example for the context menu of desktop with Radio switch type in Win7

everyone! I want to add some items to the context menu(Right-Click menu)on desktop in Win7. I have modified the registry like this: HKEY_CLASSES_ROOT DesktopBackground Shell Switch PowerPlan ...
1
vote
1answer
49 views

Clearing Screen in Swipl prolog in windows

When you are running command prompt in windows you can type the clear command to clear the screen. How do you do the same thing when you are running swipl prolog (by typing swipl in the command ...
0
votes
1answer
26 views

Unix shell script command that creates symlinks on windows?

Is there a unix shell script command that creates symlinks, that works on windows too? (not windows-specific command but one that works on a unix-like shell like git bash) Basically what i'm trying ...
0
votes
1answer
49 views

Bash on Windows while loop

I am attempting to port a shell script to run on GNU for Windows, which provides a bash shell for Windows. I've run into an issue: while [ $no -le $number ] doesn't seem to register. As a test, I ...
0
votes
1answer
36 views

Shell script in bash on Windows permission denied [closed]

Following the instructions from http://www.techsutram.com/2009/05/bash-environment-on-windows-this-is-not.html, I have successfully installed a bash shell on my Windows machine. I then put a shell ...
0
votes
2answers
29 views

batch to deactivate LAN and activate WLAN

I am trying to make a batch script to switch between LAN and WLAN every time it's launched, but it's seems i have a problem somewhere. Here is my script: @Echo off if errorlevel 1 goto LAN if ...
0
votes
1answer
45 views

Removing forks in a shell script so that it runs well in Cygwin

I'm trying to run a shell script on windows in Cygwin. The problem I'm having is that it runs extremely slowly in the following section of code. From a bit of googling, I believe its due to there ...
1
vote
2answers
75 views

How to run ./script.sh in windows Git shell?

Maybe it's awkward, but I can't run .sh file on Windows when working in Git shell. Probably I have to install something, but I thought that Git will support that bash command (I know Windows don't use ...
0
votes
1answer
55 views

Windows Powershell - Simplest way to run a bunch of commands and save output

In Windows Powershell, I want to make a script that runs a bunch of commands in succession. Like so: mongo a.js > aout.txt mongo b.js > bout.txt ... I'm using PowerShell to get access to ...
0
votes
1answer
94 views

Windows, Emacs, Git Bash, and shell-command

Windows 7. Emacs 24.3.1. Git 1.8.1.msysgit.1. I have the following in my equivalent .emacs file: (if (equal system-type 'windows-nt) (progn (setq explicit-shell-file-name ...
1
vote
2answers
38 views

!start not being found on vim command line

Windows command line has this command start that executes the argument with the default program. This is not an executable so I cannot just set it to path. If so, is there a way for me to run it from ...
0
votes
1answer
29 views

Getting %0D%0D at the end of url while accessing from unix

I am accessing a file kept on my svn repository from unix by wget command. #!/bin/bash ...
0
votes
1answer
98 views

Run .sh file from cygwin on windows 7

I am trying to run .sh file from cygwin on windows 7 My dumdb.sh file content #!/bin/bash for database in $(mysql -e "show databases"|awk -F " " '{print $1}') do mysqldump -u root -h localhost ...
0
votes
0answers
49 views

Redirect of output to file not working when process/command is

I would like to redirect the ouput from an .exe file to a txt-file. This is what I enter: app.exe -options -moreoptions > "C:\logs\log.txt" Afterwards, the given log file will be created but ...
1
vote
2answers
33 views

ImageMagick Command Substitution in Windows Shell

How should i convert the following imagemagick command to use in DOS? As far as i understand i can't convert it directly and have to use a for loop in a batch file, but had no success so far. convert ...
1
vote
2answers
155 views

String comparison not working in Powershell function - what am I doing wrong?

Okay, I'm a powershell newbie, and probably making a stupid mistake; hopefully someone here can sort me out in a hurry. What I'm trying to do is make an alias of git commit which also logs the message ...
1
vote
1answer
336 views

Cygwin -Windows Unable to initialize device PRN

I am executing shell scripts on windows command prompt by making bash as the default application to open .sh files. I am able to run any script without input parameters , but for those scripts with ...
0
votes
2answers
33 views

Extracting a sub-string from a Variable in C Shell Script?

I am absolutely new to C Shell Script (.csh). I dont know why the following script is not working properly. set Version; wmic /append: "$Version" wmic os get version; #This prints: Version ...
0
votes
2answers
48 views

How to rename all files in a folder and create a renaming map

Note: I have access to both Linux and Windows platform so answers for any of these platforms are fine. I have a folder which contains less than 10K .png files. I would like to: 1. rename all files ...
0
votes
2answers
164 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
1answer
49 views

Determine version of Microsoft Windows using C Shell Script?

I had asked a similar question here but that was using perl. Now my boss tells me I have to use C Shell Script (.csh). I am a beginner & trying to understand things from here. So I created this ...
0
votes
2answers
40 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?
2
votes
0answers
89 views

Windows subprocess.Popen a batch file without shell=True

I have a function that runs lessc (installed with npm install -g less): >>> import subprocess >>> subprocess.Popen(['lessc']) Traceback (most recent call last): File ...
1
vote
2answers
114 views

[: too many arguments on Cygwin Shell script

I inherited some shell scripts written to do automated performance testing without having any shell scripting knowledge. I skimmed through a few guides and played around with the language until I ...
0
votes
0answers
77 views

C++ programming on windows platform (coming from linux) [closed]

this is not a typical SO question, but I'm not sure where else to ask this. I have always programmed C++ on Linux. I was taught on a Linux platform in college and now use Linux exclusively for work. ...
0
votes
1answer
136 views

Open a file automatically when USB is inserted

Ive been looking for answer to this questions for days, and still I haven't found anything about it. I'm trying to execute a .exe file when a USB flash drive is plugged in - WITHOUT asking the user ...
0
votes
0answers
39 views

Windows : Running a PHP script through shell but unable to get PID

I am running a PHP script through shell and want to get PID but I am unable to do that. I am doing like follwing $phpscript = 'cronjob.php'; $errorStatus = null; $errors = array(); $test = ...
0
votes
1answer
58 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 ...
0
votes
2answers
80 views

I want to make a shell command program in ruby for windows but everything is in linux

I have a ruby program named options that I want to run from the command line with a few options like options -add 400 options -sub 600 options -h I am already using optparse to interpret the ...
0
votes
1answer
61 views

shift-insert ctrl-insert in windows shell console [closed]

I'd like to use a keystroke to copy and paste between a shell window and an editor in Windows 7 (e.g. between a cygwin shell running irb and emacs). Ctrl-insert and Shift-insert would work nicely, but ...
0
votes
1answer
169 views

Passing variables in cmd files and execute in linux

I have an issue where a .cmd file is unable to send data to another cmd file. As per requirement my first cmd file is getting an IP address to send to another cmd file which will further telenet to a ...
0
votes
0answers
126 views

Pass multiple parameters with open command

I am looking for ways to open multiple documents in a single application instance. For example, open multiple documents in a single, new gVim instance. I had found this code on here before, but it ...
1
vote
2answers
122 views

Script to Open URL as HTTP POST request (not just GET) in web browser

How can I open a URL from the command line script as a POST request to a URL? I'd like to to do this on Linux, Windows, and MacOS so a cross platform way of doing this For each of these I can open a ...
2
votes
3answers
728 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 ...
1
vote
0answers
162 views

Windows shell (CMD.exe/PowerShell/TCC LE/etc) autocomplete folder [closed]

Is it possible to autocomplete folders with slash? How it works: cd C:\Win[TAB] => cd C:\Windows What is need: cd C:\Win[TAB] => cd C:\Windows\ Is it possible in some other shell?
0
votes
2answers
55 views

Concatenating a direcotry of html with windows batch, the path is echoed into the file. How do I stop the file name from being included?

I'm using a drag-n-drop batch script on Windows XP/7 to concatenate a direcotry of html files. I'm finding that part of the command is being echoed into the final concatenated file above the content ...
0
votes
3answers
29 views

Shared configuration for multiple batch scripts

Is it possible to have a batch file with some common variables and then include this script in other scripts so that the variables are visible there? What is a common approach to this?
1
vote
1answer
51 views

For loop with multi-line body

Is it possible to define a list of directories e.g. "dir1", "dir2" and then for each of those directories execute a couple of actions, eg: xcopy C:\test\*.dll D:\%%le_dir%%\dll /Y xcopy ...
0
votes
3answers
163 views

run system command in java script without activexobject

I want to run a system command thru a web application on client side. so How can I execute a command in javascript to make this work? Tried using ActiveXObject but its not working, plus it only ...
0
votes
1answer
127 views

cygwin environment variables set in bat file

I need to set several environment variables that should be available in cygwin shell. I tried running "c:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/amd64"/vcvars64.bat in ~/.bashrc. ...
1
vote
2answers
32 views

Shell scripts in Windows [closed]

Is there any tool/ide for windows, where I can execute linux like commands? Window's command prompt isn't that wide and, it's not suitable for command line operations. If there are any tools available ...

1 2 3 4 5 9