[Solved] Collect data from HTML files using batch? Summary: I have a folder of websites, and am looking for a batch file that can automatically read every ".html" file in EVERY directory of that folder, collect...
Batch merging using bat and text variables Summary: Hello! I want to merge some audio, video and subtitle files into one. Lot of times. I wrote some code for command prompt to do it automatically but th...
[Solved] CMD DIR command exclude files in list Summary: Hello all, I want to execute a dir command but exclude some files from the result. for example in a dir I have: C:\Folder\a.pdf C:\Folder\b.exe C:\Fol...
[Solved] CMD BAT Script use variable from XML file Summary: Hello all, I hope somebody can help me. Ive following challange: I need to write a CMD Script that will read a specific string from an XML file and us...
[Solved] Bat Script - Parsing a variable with a For command Summary: I am trying to write a script to install the correct display driver. Long story short on newer systems when you add a dedicated card the onboard is n...
[Solved] Replace dots with spaces with .bat file Summary: Hello! I want to replace the dots in filenames with spaces. With the aid of a bat file Example file Monkeys.Cant.Sing.mp3 To Monkeys Cant Sing.mp3 I ...
copy of control panel Summary: hello in WinXP we could make a copy of the "Control Panel" by creating a folder and name it the following by a batch file "Control Panel.{21EC2020-3AE...
[Solved] Make a List from Text files without duplicate Summary: I'm trying to make a list from multiple txt files, that will remove duplicates in the output. all the txt file are in one directory and they look like...
[Solved] Library of files in batchfile Summary: Hello everyone on the forum, How do I make a list of files (library) of *.mid files, spread over my harddisk in a batch file? I've googled as good as ...
changing attributes for all folders in H: Summary: hello, there is a virus in my flash memory (h:) so all folders in h: are hidden I want to change the attributes to unhidden thank you ...
Directory Path Match Certain Pattern Summary: Hi All I am very new to Dos Script, however I have a task on hand which I believe will be most efficient to execute in Dos Scipt(.BAT). I will run thi...
.exe to .bat??? Summary: hello experts; i converted .bat file into .exe file by bat to exe converter.so i wanted to know if is there any method to converted .exe into the orig...
Making the Password Hidden on Command Prompt Summary: I have done research on this countless times and iv seen it possible for other people. I want to be able make a certain line in command prompt hidden ...
BAT file-Move Summary: Hi guys, Im basiccaly making a simple program. Anywyas i have all the files in need its all ready to go... Ok what i need to do is make the batch file...
delete text in filename after character Summary: I need a batch file that will rename all files after a particular character Example: Filename-1_08_07_2010.dvr-ms
ABC123_08_07_2010.dvr-ms
renamed ...
[Solved] Replace and inserting new lines in text file Summary: Hi! I have a text file (*.sos) containing lines like this … .PUNKT 938: ..PTEMA 4255 ..Q_KM_FOLK SEL ..VEGG-KONST 5-4-6 ..VEGG-KLED 2 ..VEGG-FARGE 9...
Batch file to move/rename with timestamp Summary: Hi All, I want to create a batch file to move (not copy) a file Agg.DAT from the following source location to the following destination location. I wa...
What's the difference between .BAT and .CMD ? Summary: Hello. Using a batch-file with the ".BAT" extension is the same using ".CMD" extension ? I created a batch-file under Windows XP and I gave it the ext...
Using extension .BAT is the same as .CMD ? Summary: Hello. Using a batch-file with the extension .Bat is the same using extension .CMD ? I created a batch-file under Windows XP and I gave it the extensi...
Batch to Rename Directories/folders Summary: Hi, I am looking for a way to rename several folders at once, with the following criteria. The first folder can be created with some name "X," then 5...
Goto inside if codeblock Summary: Hello, I have a problem using the goto inside the if code block; error:The syntax of the command is incorrect. this is a part of a larger script I'm ...
Need a new batch file compiler... Summary: Hello all. I have just made a program in batch, and I would like to compile it as an EXE before I release it into a semiprivate beta. However, the exe...
How to delete a text file and replace with te Summary: Hey, I am looking to delete a spefic text document inside a directory and then replace it with my own one, with text inside the bat. Is this possible?...
Windows equivalent to Linux sed / replace Summary: Hello guys, I have a file like this (from amazon): <option key="Enable SSL encryption" value="true" /> <option key="Enable response time optimi...
Inserting a column into a CSV file Summary: I would like to add a column to a CSV file so I can use the data with eSignal which is a stock charting program. The CSV file is in the following form...
DHCP log Summary: I am trying to save all of the DHCP logs from Server 2003 to keep statistics. Right now I have created a BAT file that runs every night that copies th...
DHCP logs Summary: I am trying to save all of the DHCP logs from Server 2003 to keep statistics. Right now I have created a BAT file that runs every night that copies th...
FTP variables from .bat Summary: Need some help passing user and password from bat file to ftp script file. I am trying to prompt for user id and password then pass it to ftp script i...
TAB in echo -pleas help. Summary: Hi everyone! I have a problem. I need to write echo with <TAB>. I wrote a script to reedit hosts config in windows but I dont know how to write ...
BAT file to share ext HDD,grant full access Summary: I need a BAT file I can run at startup to share a partition (X:\) on my USB external hard drive and grant everyone full access. I would appreciate if ...