Tagged Questions
0
votes
2answers
28 views
Choosing folders with numbers in batch
ok so from the title you might have an idea as to what im trying to accomplish.
What I want to do is [ tree ] and show a list of folders ( hence the tree command ) and then allow me to select a ...
0
votes
3answers
35 views
How to get accurate file count using batch (windows xp)?
Trolled through similar questions and am stuck on my script.
Basically, I need this .bat to check the directory for the number of files with the Lockbox prefix, store the count to a variable, and ...
0
votes
0answers
72 views
Personal shell launcher for PyQGIS [closed]
I have changed a shell launcher found at *http://inasafe.linfiniti.com/html/id/developer-docs/platform_windows.html* as to fit my wish: setting the system environment variables to be able to use ...
0
votes
1answer
1k views
.bat file to loop through folder and append text files
I would like to set up a simple batch file that would loop through all the .txt files in a folder (the folder where the batch file is placed), and add the same heading line to each of those files. The ...
0
votes
1answer
4k views
how to create batch file to copy files to a shared folder with full access then logs all result & errors to a file?
I have created the below batch file but no success.
@ECHO OFF
@ECHO "Backup process started."
@SET TARGET_FILES = "\\pc1\temp\*.mdb"
@ECHO "TARGET_FILES:%TARGET_FILES%"
@SET DESTINATION_FOLDER = ...
0
votes
1answer
228 views
batch script cannot resolve domain name [closed]
I have a batch file on windows xp(SP3) that runs at 2am and backups two databases.
Batch File:
mysqldump -h mydomain.com ...
mysqldump -h [ip] ...
pause
The first uses the domain name. The ...
1
vote
1answer
400 views
cassandra.bat throws java.io.IOException: rename failed of LocationInfo-e -1-Data.db in 0.7rc1
I've followed the Getting Started instructions for single node and it worked fine in cassandra-0.7beta2. But when trying to do the same for cassandra-0.7rc1 it spews out the following stack trace:
...