Summary: Hey all - I am new to DOS and am still learning all the commands. I have looked on google for some tutorials and what not and have found some good in...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to...
Summary: Hi, new to this forum, hoping someone can help me with a pretty simple batch file. I need to go through a directory and rename every folder in it, fro...
Summary: Hi I need some help with this seemingly simple Batch file. What I want the batch file to accomplish is: Search C:\ to find all files with the extensio...
Summary: Hello. I've just registered and wondered if you fine people could help me out on a simple batch script programme. I've never done any before and I ha...
Summary: Hi all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
Summary: Wow thank you so much for such a quick response. So simple but I never would have gotten there, haha. Anyways I need some more help because I have a f...
Summary: Hi M2 Master, I just want to ask a simple question. In order to grab the latest TXT file's name, I use the following code. If in current folder, I hav...
Summary: Hi M2, @echo off for /f "tokens=*" %%I in (IPlist) do call :pinger %%I goto :eof :pinger echo %TIME% >> pingLOG ping %1 >> pingLOG :: DONE I am using ...
Summary: Mech thanks, once again the code worked great! I'm now moving onto the next step of the batch and instead of making many post with diffrent things/que...
Summary: Hi Could anyone help me figure this out? I’m trying to create a batch file that will go to the C:\ drive and search for the last folder created ...
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: Hullo all.. ran into some weirdness tonite setting up a backup system at a friends place.. I typically use the command: md \%date:~10,4%%date:~4,2%%d...
Summary: Thanks for the help. :) I didnt know about the /Q command , but I'll give it a try in a few min. I'm still green with batch files , but they seem to b...
Summary: If anyone can help I would appreciate it. I have a load of files that I want to rename using a batch file (don't mind what language) Files are in form...
Summary: Mechanix2, I need some help creating an advanced ping batch file. What the batch file would do is this. A batch file running on server A would contino...
Summary: Hi, I have created a batch file that runs full screen and displays a lock screen. It is used at school because we cannot lock the computers. To unlock...
Summary: Hope someone can help... I am looking to create a small batch file or script that will take a flat CSV file and remove all dollar signs ($) from all t...
Summary: Hey All, I am trying to get a batch file so that it will open up 5 web address's at a time but I want them all in different IE windows. So is there an...
Summary: I am trying to write a couple of very simple batch files. I am calling the second batch file with a character string (for example AB-DEF). The receiv...
Summary: I need a batch file to copy files from 1 location to another on a network daily. The only problem I have is I dont know the exact folder the files are...
Summary: I would like to take a txt file that I get from a batch file that does a DIR list and change it to html . But if I do that with the batch file it will...
Summary: Hi, I require a simple batch file to run on cmd prompt which when run, would do a 'dir' on the current directory/specified directory and rename the fi...