Summary: Thanks for the help, that did pretty much what I wanted it to do with one unexpected behavior. I used the copy command instead of cat and it works gr...
Summary: I work for a large company with several clients (approx. 800) over a network running a client application. I am looking for a batch file which will fi...
Summary: Trying to figure out how to write a batch file to remove the first 7 characters of an .mp3 file's name [xxxxx]testsong.mp3 to testsong.mp3 I cannot ...
Summary: I am trying to create a batch file to kill a process only if it is running. I found a pskill tool from windows xp tool site but when I put it in the ...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone...
Summary: I have a program that creates daily log files that are a lot larger than I would like them to be. I would like to have this so there would be 3 or 4 l...
Summary: I am trying to write a small batch file to delete a type of file (*.ptl) in a directory and all subdirectories, here is what I have: del D:\directoryn...
Summary: Hello, I am looking to create a batch file to remove all TCP/IP printers, but keep all local printers. Currently I tried using windows prnmngr.vbs bu...
Summary: Hi! I need a batch file to start and stop some specifig service. The service could be in example messenger. I have now tried to make it with the guide...
Summary: Write a batch file to do just one iteration of the task. Then run this batch file every 15 minutes by using the Windows XP Task Scheduler. Alternative...
Summary: Hello, I find myself in the position of needing a batch file to do a specific task for a menu system I am making. What I need is this: I have a c:\win...
Summary: While Ivo's code does exactly what the requirement specification says, this looks like a Y2.01k bug. The year 2010 is less than two years away. How lo...
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: Hi, I use a batch file to open Internet Explorer to a Password protected page every morning when my computer starts. The screen I get looks just like ...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: Hi, for work im trying to create a batch file that edits 2 files Definfo.dat and Usage.dat in the following manner. The file definfo.dat contains the ...
Summary: Hello, I am new at this and I have to create a batch file to find a set of filenames with all the path like C:\Users\pc\Documents\ok.txt, etc. The ba...
Summary: Hello, I need a batch file to list all directories which are 30days old in a specified path. Example C:\Sample\ Here all the directories which are...
Summary: Hello, I need a DOS command/Batch file to get the folder size alone. Example C:\Sample1 Size is :457865 Batch file must be DOS based. Please hel...
Summary: Hi, I need a batch file to list the directory name satisfying the following condition: -Display directory names which are greater than or equ...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...
Summary: test and make sure it gives you what you need. @echo off :again echo do you want to use the new data? echo type y or n set /p choice= if [%choice%]==...