Summary: I need a sample batch file that will ping several servers and send the results to a log file, with a time stamp as well. If possible, it would be 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 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 have this batch file to ping a list of ip's This is what i have: @echo off cd C:\Documents and Settings\username\My Documents\Ping printers pi...
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%]==...
Summary: Hi, I am in the current situation where I install lots of programs daily on mayn PC's. What needs to be done is, I need to install the following: jre-...
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: 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'm trying to create a batch file to ping a given IP address then, if this fails I want it to try pinging the same address but with .1 at the end of t...
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: on XP Pro I have written a batch file to pen several different programs. I want to be able to open 2 or 3 internet explorer screens going to different...
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...