Tagged Questions
0
votes
0answers
2 views
Output all files inside Sub Folder: Absolute File Path
I am attempting to list the absolute path of all files inside a sub directory. I am able to find and output all files in that sub directory but the file path that I output is incorrect, ie one folder ...
0
votes
2answers
44 views
windows 7 batch script- if statement not working
cd C:\Users\user1\Desktop
if "%time:~0,1%" == " "
ren 85.txt %time:~1,1%.txt
else ren 85.txt %time:~o,1%.txt
pause
The script above is not working, but if I put the following line into file:
...
1
vote
2answers
17 views
Windows Batch script tp process flat files
I want some help in writing Windows Batch Script.
I have a Delimeted Text file with data as shown below:
1|2|3|4|5|6
1|2|3|4|5|6
1|2|3|4|5|6
1|2|3|4|5|6
1|2|3|4|5|6
1|2|3|4|5|6.
I want to write a ...
0
votes
2answers
21 views
Batch File to copy folders from a text file to another directory
I am trying to create a batch file to read off a text file and copy the folder with the files to another directory:
set dest=f:\Test
for /f %%i in (C:\dirs.txt) do copy "%%i" %dest%
When I run this ...
1
vote
0answers
35 views
VBScript not fully working [closed]
I have an issue with a VBScript that only works sometimes. I execute the VBScript from a batch file that is being run every 6 hours from Task Scheduler. Here's the VBScript itself:
Set objFS = ...
1
vote
1answer
19 views
How do I set the timezone from command line ?
How can I set the timezone in Windows from command line or from a batch file?
Do I need to use powershell or cscript?
0
votes
2answers
26 views
Increase number in string in bat file?
How can I increment the value of an int in a string ?
Say I have foo-815-bar. I'd like to have foo-815-bar.
foo and bar can be constants (although if bar can be an unknown variable, it would be ...
0
votes
2answers
25 views
subprocess.call doesn't work as expected
I have the following batch file (test.bat)
my.py < commands.txt
my.py does the following:
import sys
print sys.stdin.readlines()
Everything works fine if I launch this batch file from ...
0
votes
4answers
57 views
Replace or delete certain characters from filenames of all files in a folder
How do I delete certain characters or replace certain characters with other characters by some batch file execution, for filenames of all files in a Windows folder in one go, is there a DOS command ...
0
votes
1answer
20 views
How to get windows batch's parent folder
I'm writing a batch file, I need to get the parent folder of this bat file. Is it possibile?
NB I mean the parent folder of the batch file not of the current directory of the prompt calling that ...
0
votes
1answer
28 views
How do I pipe output to an exe in a batch file. [closed]
I want to replicate:
#!/bin/bash
echo "SOME JS CODE
SOME JS CODE
SOME JS CODE
SOME JS CODE" | node
on a windows machine.
4
votes
2answers
51 views
Semaphore for CMD instances working in Parallel
I have .bat that would be started X times (with different arguments) at the same moment.
I would like them to modify one specific file but it has to be done in sequence with controllable delay. ...
1
vote
3answers
33 views
Multiple instances of a RegEx string in FINDSTR
I am looking for a way in a Windows batch file to find if a file contains the word Shutdown a given number of times.
I have tried this using FINDSTR:
FINDSTR /r .*Shutdown.*{5} file.txt
This ...
-3
votes
3answers
50 views
Windows batch - detect console output [closed]
I would like to detect a server output running in a windows cmd prompt from another prompt and trigger something else. Is it possible?
0
votes
1answer
25 views
how can I use the output from find to create a variable? [duplicate]
I want to use win32 shell and try to get a variable to receive input from the find function, so
set var = cscript [Location] | find /c "test"
then I want to use an if statement to see if the value ...
0
votes
2answers
44 views
How to run batch file from within PL/SQL procedure
I have a batch file which will execute some .exe which do some operations (like connecting to DB, fetching data, insert data etc...)
All the things are configured in the batch file and when I run it, ...
0
votes
0answers
31 views
Can Windows built-in compression work on a .csv file?
When I execute the following batch file to compress a .txt file, it works fine. When I modify the script to compress a .csv file, I get an empty .zip as a result. Any ideas?
set ...
0
votes
1answer
30 views
php.exe script parameters in batch file
I'm trying to execute a PHP script on Windows through php.exe, while passing parameters to the script. Everywhere I look, it says it should work like this:
php -f "path\to\my\script.php" -- -t 10 -i ...
0
votes
1answer
30 views
robocopy script exclude files beginning with a “space”
I'm using the following script to backup my IIS and MySQL data directories to a SkyDrive folder than then uploads to the cloud, but SkyDrive has an issue with files beginning with a space or null ...
1
vote
2answers
43 views
Why is my batch script running both if and else statement when if statement matches?
The batch script processes the else statement even though the if matches (and is processed as well). Why is this?
set getprocesslistlocal=wmic process get name,processid
echo Type the name of the ...
0
votes
2answers
36 views
How to modify a reg_expand_sz value from command prompt?
I am trying to edit an existing registry key from a .reg file. I want to change the vaue of the key, which is a reg_expand_sz value to a different one (the value is a file path). I tried doing it like ...
0
votes
0answers
28 views
Attempting to change cursor image with a .BAT file
I'm trying to change the default Windows cursor from the default arrow to a custom one. The thing is, I need to be able to do it from a batch file. One thing that worked before was to simply ...
0
votes
1answer
39 views
What does dollar symbol mean in windows batch file language?
I got the following file to setup environment for Tomcat:
if exist "%CATALINA_HOME%/jre${jdk.windows.version}/win" (
if not "%JAVA_HOME%" == "" (
set JAVA_HOME=
)
set ...
0
votes
1answer
38 views
Windows batch file to install multiple perl modules - only the first line runs
I'm installing Bugzilla on Windows, and checksetup.pl asked me to install a bunch of modules by running ppm (Perl Package Manager) commands like so:
C:\>ppm install TimeDate
This runs correctly, ...
0
votes
1answer
30 views
Make a line break when requesting user input (/P) in batch?
Is it possible to create a line break after a set /P command? I would like the user to be able to type on a new (blank) line instead of next to the existing prompt. For example:
set /P test=type now
...
1
vote
1answer
31 views
Syntax error in a batch script when asking for user input (/P)
I've asked a couple of people what the issue is, and have walked away twice without a solution. I haven't played with batch much before, so it may be a simple mistake. The code is currently supposed ...
0
votes
0answers
39 views
Change windows date regardless of regional settings
I need to change via script the date in any windows (xp, 7, etc). It's easy: i can use DATE and TIME commands. But how to deal with regional settings? For example an US XP and a German XP have ...
1
vote
1answer
29 views
bat file to delete containing folder when double clicked?
What I would like to do in my batch file is delete ALL the contents of the containing directory AND the directory itself. Currently I am using the following command:
rmdir ..\dir /S /Q & exit
...
0
votes
0answers
32 views
Batch FTP mget command not working with wildcard?
I have written a batch script that logs into my ftp server, then navigates to a directory. I am having trouble with the mget command, I want it to download every .dat file in the directory, but it ...
0
votes
1answer
26 views
VBScript removing line
I have a VBScript that replaces a timezone with another in a cfg file which is run every 6 hours. The replacement works perfectly fine except for one issue, VBScript removes the top line each time I ...
0
votes
2answers
47 views
windows batch file doesn't work
I have a batch file and it doesn't work. The funny thing is all the commands work while running inside of the cmd window.
The NON-WORKING - FAULTY line from batch file:
for /F %%i in ('dir /B ...
5
votes
3answers
63 views
Windows .bat file, %~$PATH:1 quotes issue
I have a which.bat on Windows 7,
@echo off
REM This bat searches a file in PATH list to see whether a file can be found.
REM If found, it shows the file's full path.
REM which.bat gcc.exe
REM ...
0
votes
4answers
72 views
Batch (Windows) execute script wait for request and input the answer
the problem:
I want to create a batchfile that executes other scripts. Then only problem is, you can not give the necessary input by parameters. The scripts ask for some data along the way. Is there ...
0
votes
0answers
44 views
How to nest batch script for loop?
I'm getting a syntax error here and i can't figure it out why.
Script runs when I remove for loop but I need to be able to run this multiple times and I can't use goto. Is there any problem with ...
-1
votes
1answer
32 views
Windows cmd/batch - Edit .cfg file where text = something [closed]
I need some help with a batch file that runs through Windows Task Scheduler every 6 hours, and I want it to each time the task is run, change a line that pretty much looks like this:
hostname = ...
-1
votes
1answer
22 views
load page with curl(windows) bat
I downloaded curl for windows and i need a bat file which will load an url every 2 minutes. Any ...
1
vote
4answers
37 views
How to do if A and B and C equal 1 in a Windows Batch File?
I am writing a batch file that needs to check if three variables are all equal to the same thing at the same time.
What I thought would work was this:
if %A% AND %B% AND %C% EQU 1 goto YES
It ...
1
vote
1answer
43 views
Windows START command failing to run when executed from RPC
Long story short I have written a program that allows me to install software and run commands on Windows machines remotely. I have been using the START command (which i learned about from another ...
0
votes
0answers
77 views
Retrieving all Ethernet Card id's and Respective IP Address and Hexadecimal conversion of string using a batch file
I've written a batch file. I am stuck with 2 issues:
1) To get all connected Ethernet Id's and IP Addresses associated with it.
2) Converting Hexadecimal string (volume serial number) to a decimal ...
0
votes
0answers
53 views
run background matlab script like linux nohup
I found a similar question here that doesn't help me so I'm asking my own.
I have a matlab script that perfectly works under linux with nohup command.
Unfortunately, I need to run that on windows ...
0
votes
2answers
29 views
Windows batch - move x amount of folders+content to another folder
I am in the process of cleaning up and organizing my NAS folders.
However, I have folder with over 1800+ folder in it, I need to have this split into 18 folders each containing maximum 100 folders. ...
0
votes
1answer
45 views
Windows Batch Script - File iteration issue
Id like to read input from many files one at a time and process that input before going to the next file. All files have a special name that defines their order of input. It is as follows: ...
0
votes
0answers
28 views
automating DOS command promting input from perl
I am working on a perl script in which I need to stop a windows service .
which we can do from the command line by executing the following command
runas /user:Administrator "net stop MSSQLSERVER"
...
1
vote
1answer
24 views
Bat file to delete file 1 level deep
I have my network users my documents redirected to a network drive. IE: On the server I have: Z:\ENDUSERS\enduser.name...
I'm looking to create bat file do a search from Z:\ENDUSERS for a specific ...
0
votes
1answer
42 views
Batch script, how to know we are running on system user
I am trying to write a windows batch script which detects if it runs under system user to launch an other application. The application needs to run as system. But the batch file launching it will be ...
0
votes
1answer
20 views
getting filename part of a path in windows batch script
In a batch script, I have a batch var %filePath% that has the path to a file. If I want to extract just the filename part from it, what is the command for that?
Thanks!
0
votes
1answer
38 views
bat script for loop works on CL but does not work when double clicked
I have a batch file and inside the batch file, it looks in a particular directory and saves to a variable, the name of the first directory/file. Here is roughly what I am doing:
FOR /d %%F IN ...
0
votes
1answer
29 views
Batch file for loop appears to be running one extra time/iteration
I'm trying to put a batch file together to run a program on each logical drive on a system except for optical drives. It filters out the optical drives just fine but for some reason my echo of the ...
0
votes
1answer
46 views
how to get filename with complete path without file extension in windows batch mode
I wanted to get the filename with absolute path but without the file extension in windows, but I am not able to figure that out. For example if the file is in C:\current_home\test.jpg, I want the echo ...
2
votes
4answers
132 views
Check if an environment variable is defined without command extensions and without using a batch file? [closed]
I need to use a cmd.exe command line (cmd.exe is being called from the gyp build tool) to determine whether an environment variable is defined or not. How can I do this? I am okay assuming that the ...
