Summary: Hi I need some help i have a file called myfile.txt and I want to create a batch file to insert a character in the beginning of every line in my file....
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
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 I am currently trying to create a batch file to read text from a file, display it on the screen updating it every 2 seconds and beep if it finds so...
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it shou...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
Summary: Hi all - I'm trying to automate the process of disabling various junkware from running at boot on a number of public machines I manage. I need to writ...
Summary: I need to place a shortcut on everyone's PC in the office to a program we're running on the server ... so I need them all to get a shorcut to the exec...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: I would like to create a batch file to copy from one network drive to another. \\Desktop\shareddocs\dir1\file1 to c:\douments and settings\all users\d...
Summary: I'm needing help with a batch file to check the date of files in a particular directory and delete the files older than 90 days. Is there a way to do ...
Summary: Anyone knows how to create a batch file to clean up a folder based on a certain number of days? I want to delete files older than 7 days but I don't k...
Summary: I need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.ed...
Summary: Hi I am trying to get a batch file to delete files which has dates older than 7 days so far I have @ECHO OFF CLS FOR /R C:\User_share %%FILE IN (*.*) ...
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: 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...