Tagged Questions
0
votes
1answer
44 views
Batch script to loop over files while renaming them
I can use this to loop over files:
for %%a in ("%directory%\*.%extension%") do (
echo FILE: %%~fa
)
goto :eof
What if I also rename the files, like this (:rename is a subroutine that renames ...
1
vote
1answer
34 views
Windows XP Batch- IF EXIST FTP with Date Variable
I am writing a quick batch to see if a file exists after executing an exe.
The file is created with a YYYYmmDDnumbernumbernumber.xml file name according to the current date.
How do I check for the ...
0
votes
1answer
35 views
Is there a limit for a file size when redirecting input from a file?
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/redirection.mspx?mfr=true says:
Reads the command input from a file, instead of reading input from the keyboard.
...
0
votes
3answers
47 views
Windows XP Batch IF & XCOPY
I've been struggling with trying to get the below (example) batch file to work on Windows XP SP3. The IF NOT EXIST part seems to work, but I keep receiving the "Does <path\filename.ext> specify ...
-3
votes
2answers
85 views
How to login website with username and password using windows (XP) batch script [closed]
I am able to connect website using batch file but I don't know how to insert username & password into it and of course a click on submit button.
Also i would like to know how to click buttons ...
0
votes
0answers
26 views
Visual Studio Setup - install under admin
I have a windows application that is installed under avecto (admin rights) - it installs fine and runs fine when avecto is used to kick off the application.
but when a non-avecto level user tries to ...
0
votes
1answer
48 views
Hidden IE Instance
I'm trying to run internet explorer from a batch script that is launched from the scheduler as system while displaying the window on the active users desktop. The two wrinkles are:
User has no ...
2
votes
1answer
44 views
How to type in between two bracets-Batch File
Hey well I'm here again and this time I want to know how to type in between bracets from an input variable for the input of an IP Address.
I want the code to look something like this.
set input=
set ...
0
votes
2answers
93 views
Batch that writes another batch without using “ echo [code] >>[new place].bat ” repetitively
Ok my question today is obviously very difficult, by the title my task doesn't seem difficult but trust me this is not your usual one.
What im looking to do is run a batch file to compile another ...
1
vote
2answers
62 views
.bat Works in NT-based Windows But Not DOS or 9x?
I wrote a batch file for a legacy DOS system for games that do not run on Win32. The code works fine under XP x86 but when I run it in 98SE or in DOS I get a Syntax Error after the first prompt. The ...
0
votes
0answers
81 views
batch: File Updater
I am sharing some batch files among the computers within my workgroup on my
wireless network and am allowing them to be able to edit them via "users can edit these
files" option under properties. I ...
1
vote
1answer
1k views
How to Create a script via batch file that will uninstall a program if it was installed on windows 7 sixty-four bit or thirty-two bit
I am in a small bind. The program in question can be installed in the program files directory (64bit) or X86 path. The program is already installed in over 200 machines. I am fairly certain the ...
0
votes
1answer
77 views
Batch File Live Title
I need to be able to change the title of batch A at the same time of execution of other parts of script.
i want to be able to have it say Hello! world. and echo 1&2 simutaneously and while the ...
0
votes
1answer
349 views
psftp batch script won't work
I'm trying to run a .bat file from windows xp using putty sftp. My code is below. For some reason, I keep getting an "access denied".
The annoying thing is that when I copy>paste these into the cmd ...
1
vote
3answers
118 views
Capture output command CMD
Platform Windows XP
When writing a command file (.bat) how can i "catch" the output from a command into a variable ?
I want to do something like this
SET CR='dir /tw /-c b.bat | findstr /B "[0-9]"'
...
0
votes
1answer
133 views
Batch file not working when running in the background - issue with substituted drive
I'll try to keep this short, without all the details of this batch file procedure.
OS: Windows XP
Action: Scheduled Task (background, I can't find a way to run it in the foreground)
Problem: files ...
11
votes
2answers
281 views
Odd limitation on pipes in batfile on XP
A BAT file I created on my XP Pro SP3 system works perfectly every time.
Installed on another XP [also Pro SP3] system it fails ("hangs up") every time.
The problem turns out to be in a multistep ...
2
votes
1answer
178 views
How can one batch file get the exit code of another?
I have two batch files, task.bat and runtask.bat. The runtask.batcalls task.batand I would like runtask.bat to get the exit code of task.bat into a variable. How could this be done?
task.bat:
@echo ...
1
vote
3answers
119 views
Getting time and date when file was copied on Windows XP
I have scheduled a batch file on a Windows XP machine to copy a number of text files from a Network Share. The next time this task runs the files are simply overwritten. Batch file goes something like ...
0
votes
1answer
120 views
shell:Common Startup as a parameter to XCOPY
I have a simple batch script that copies a file to the startup folder, but it appears that I can't use shell:Common Startup as a parameter to xcopy. I have tried this
xcopy hurrdurr.exe "shell:Common ...
0
votes
0answers
105 views
Why does my batch cron fail on windows (xp & 7)?
I am running into a problem with a few different cron applications that I would like to have running on windows xp and 7. The cron needs to call a batch file which checks an File-Inbox folder for a ...
0
votes
0answers
60 views
Wicked issue when .bat renaming in Windows XP
I need a hand here.
I'm running a .bat file in Windows XP that will rename no extension filenames into .csv files. I have four csv files with no extension, and I want to rename them with a ...
0
votes
1answer
83 views
Is there a batch script that will set the 'Allow user to change password' to false?
I have created a script that when you run it, it sets the 'password will never expire' on all accounts to false so the passwords will never expire. The script is as follows:
WMIC USERACCOUNT WHERE ...
2
votes
2answers
365 views
Is there a batch scrip to add users to the group power users?
I am trying to create a script that will create new user accounts on new systems that we install and put them in the respective permission groups. I have managed to add users to the 'administrators' ...
1
vote
4answers
988 views
Batch File Replace Exclamation Mark with Escaped Exclamation Mark
I am working on a batch file that get's data as a variable, and in that variable it has an exclamation mark.
What i am trying to do is add the necessary escape characters to the variable.
...
4
votes
2answers
373 views
Change and refresh icons programmatically (without rebooting)
When I'm replacing icons manually (i.e. NOT from the Folder Options window in explorer), the icon(s) aren't being updated. For example, if I execute this batch code:
REG ADD HKCR\testfile\DefaultIcon ...
0
votes
2answers
112 views
How to restore bat file execution from explorer on XP
some bat files need to be launched at the start of the session, but they don't.
Actually, when trying to launch one from the explorer, it opens the Open with window instead of just runnig.
However, ...
1
vote
3answers
1k views
CMD Batch file: How to use a text file to input commands
I am creating a batch file to siliently install nodejs on a Windows XP machine.
I am trying to automate the installation of node module dependencies (npm install).
I would normally issue npm ...
0
votes
2answers
261 views
FindStr Usages in Windows
Just trying to search a particular text inside files belonging to a directory(and all its subdirectories).
1) findstr /f:"C:\\test.txt" "TextForSearch" > "out.txt"
gives me the correct answer. ...
0
votes
1answer
1k views
Task Scheduler to send Email through Batch
So basically I already have a batch script that would log some information in a text file. The thing is I want to have it send an email with the results. I was wondering if there is a way to do it ...
0
votes
2answers
807 views
use a batch file to find full file names with partial matching then move them
I need a batch file that will find all files in a folder with a set variable in there name and then move them to a different folder. This must work on a windows XP computer.
Example:
the folder has ...
0
votes
1answer
386 views
Batch file will not run on XP only Windows 7
I am pulling my hair out!
This batch file runs just fine on my windows seven laptop but when i try to run it from a windows 2003 server or an xp computer parts of it don't work. The script is below, ...
0
votes
1answer
103 views
CMD batch not liking error redirect
I'm learning the ins and outs of batch programming, and I've hit a small snag. I'm trying to recursively loop through a directory (and subdirs) to find suitable .vob files. All is well, except my ...
0
votes
1answer
299 views
Using set for numeric value (batch)
I am attempting to write a batch program that will monitor cpu usage and stop a virus scan if cpu usage is high. It will then restart the scan when cpu usage drops.
ECHO Checks if the total CPU ...
0
votes
5answers
3k views
How to check available memory (RAM) via batch script?
I would like to know that how we can check the available memory in batch script? Is there any method already available? If it is not possible in batch script then is there any other way by which we ...
0
votes
2answers
687 views
Errorlevel reporting in XP batch file
I've not had to write much batch file code in the past and I'm trying to understand why someone elses code has failed by writing a test batch file. My code:
:DoUntil
type p.txt >> log.txt
if ...
1
vote
2answers
473 views
execute a bat file using php installed in different drive
when I run exec('C:\execute\batfile.bat'); it works when my xampp is installed in
C:
but when I move my codes in another server the xampp there is installed in
D:
so my code ...
0
votes
1answer
724 views
Sending arguments from Batch file to Python script
I'm running Python 3.2 on Win XP. I run a python script thru a batch file via this:
C:\Python32\python.exe test.py %1
%1 is an argument that i pass to do some processing in the python script.
I ...
1
vote
4answers
883 views
Python script to Batch file
I have a batch file that runs a python script. I am running Python 3.2. I want to send a variable like an integer or string from the python script back to the batch file, is this possible?
I know I ...
0
votes
1answer
99 views
List WinXP Files with Too Long Filenames
Can you recommend a way to list files on a WinXP disk that have a total file name (drive+folder+subfolder+filename+ext) greater than some value or MAX_PATH? Ideally this would be in batch or VB ...
0
votes
3answers
60 views
can get out some data from call to a label in cmd file?
this example isn't working:
call :testcall > %output%
goto :eof
:testcall
echo return
goto :eof
:eof
I need that %output% contained return string.
0
votes
1answer
58 views
how to check if given file lies anywhere under given directory by command line in windows xp?
So for example i need to check if file C:\windows\system32\whatever.dll lies in c:\windows. Is it possible in a manner like if not exists ..., but here if %file% lies in %directory% ?
edit: I know ...
2
votes
3answers
4k views
how to check in command line if given file or directory is locked, that it is used by a process?
I need to know that before any attempt to do anything with such file.
1
vote
1answer
775 views
Executing batch file in cmd.exe does nothing
On a Windows XP machine SP3, using an account with Administrator rights, I try to execute a simple batch file, named test.bat, that contains:
echo Hello!
Using cmd.exe, I get this result:
...
1
vote
1answer
775 views
how redirect output of a *.cmd file that contains start command to a file?
If I put on a console this command:
start /b /belownormal /wait php.exe script.php > output.txt
All goes well, but if I put the same command but without redirection to a *.cmd file and then do ...
0
votes
1answer
710 views
Run .bat for particular user
I've an Excel File say Log.xls which tracks his login & logout time. I want to open this when a particular user Logs In as well as when he logs out.
I found a solution for this,
Write a .bat ...
1
vote
1answer
954 views
How to check whether the port 80 is available using a batch file in windows xp
I'm writing a batch file to automatically checks the port 80 availability and give an error message if it is using by another program. But I'm not sure how to check the port 80 availability in a batch ...
3
votes
4answers
5k views
Is there Uninstall a program batch for windows?
I have several programs I want to uninstall from my computer (Windows 7 64bit).
Is there a batch\script that can help me do it? or I need to do it one by one from Control Panel?
If there isn't for ...
1
vote
1answer
3k views
Batch File to retrieve Local Area Connection Name in Windows XP
I'm currently writing a simple batch script to set the DNS of a LAN connection automatically. Here is the script:
REM Set DNS
netsh interface ip set dns name="Local Area Connection" static X.X.X.X
...
2
votes
3answers
5k views
Batch Script - Change Icon of a Folder on Desktop (Windows XP)
How would I go about changing a desktop folder's icon/image via the command line/batch script in windows xp?
I will be creating an event in one of my scripts to change the icon to an image of an ...