Hello all hope you can help. Using a batch file, I have recently been asked to compare two file dates in a particular folder. Lets say the files names are F1.txt and mail.log. If mail.log date is prior to F1.txt date then I ...
Computing.net: Question & Answers Forum Latest Questions
I’m trying to rename approx 400,000 file names to remove all the text in brackets, all the available software just freezes when presented with the task. Example_Filename (with random text in brackets).ext needs to become: Example_Filename.ext Can anyone write me the code ...
I have a button that when it is pressed I want to start a timer that flashes a label while the rest of the button1 click event is proccessed. I have read that a timer works on it’s own thread ...
Hi, I would like to write a batch script to perform the following tasks, 1) The script should ask the user to input the drive information (C:\, D:\, etc) 2) Once the user inputs the drive information, it should print all the ...
Hello, I am new to Batch scripting and am having trouble doing the following. I would like to have a batch script that scans a set of batch files and makes a set of replacements to the text data. The ...
Hey, I tried many QR Code barcode generators and have not found any one can generate a QR code barcode with transparent background style. Any one has any ...
hi, i wanted to extract a nth line from a file using batch scripts. @echo off set LINES=0 for /f “tokens=* delims=eol” %%I in (123.txt) do ( set /a LINES+=1 IF LINES==6 ( echo %%I >> value1.txt exit /b ) ) i tried this but ...
Hi, I have been googling for a batch file that can be used to count the number of folders in a given location, for example “h:\”. So far all i can seem to find it ways of counting files but not ...
I have such a simple problem but I can not resolve it and do not know where else to turn. I have a simple automated batch script that calls a perl script to run daily. When the script runs I get ...
I need to pick up by a batch file, the lines located between two tags within a text file. For example: my file.txt: E024=ER R024= 1.0BX/FT TRAJET- 1 PR 5024 OP16MAR 6 LPD PLY BI1 22:30 06:30 17MAR 7 AL SAC BUREAUX EFFECTIFS ...