Summary: Hi all, I'm writing a new batch file to check the total and free space of certain network drives. It'll run every morning so that when I arrive, I'll...
Summary: Ello! Am wondering if you guys can help... I've managed pieces of this problems, but not the whole thing... I need to make a batch script that renames...
Summary: make a launch_things.bat let it read like c:\docume~1\user\mydocu~1\startm~1\bla\shortcut.lnk c:\docume~1\user\mydocu~1\startm~1\bla\shortcut2.lnk or...
Summary: Hi, I have a text file with 4 words, space delimited.I need a batch file which replaces the 2 spaces between the first 3 words with a tab, and the las...
Summary: Here's a batch file you can use, but first, a few caveats: 1. If there are alternate data streams in any of those files, then the hidden data sizes wo...
Summary: Hi, I'm very new to writing batch files. I've written a very simple .cmd file to make a couple directories and copy some files into them. This file...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
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: Hi, this is my first batch file and works ok but during execution its promt " bad file name or program ". Because I have no clue of what I'm doing I n...
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: Hey I just set my internet explorer to clean out when I close it and it works great. I keept all the cookies and all the other files are gone!! Thanks...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: That's rather difficult in a batch file, especially since comparing file sizes and modification times is a pain. However, the Windows Backup utility i...
Summary: Great thanks to IVO and Mechanix2Go who have recently helped me with some batch files! I have been tasked with getting some "stuff" done and I can use...
Summary: So I've pretty much gotten everything working in my batch file as described above, but I think I'm making an amateur mistake. Unfortunately, our "bat...
Summary: I am looking to create a batch file that reports the size of an outlook .pst file. I desire to have a wild card that will look in the logged in user's...
Summary: Well Noor, about your question on the FindStr command, if you want the file's name "wired" into the statement, just type in your script For /F %%A in ...
Summary: Hi Guys, this is my problem. I run a math application that generates continuosly a log ascii file reporting the remaining time steps to the end of th...
Summary: i have a batch file which backs up info from a folder on the computer to a share on another computer. but, when i try to make a batch file to create a...
Summary: Hi M2, Have you ever thought how much code and disk space Windows hides within itself that is needed to run those batch files? If I were crazy, I coul...
Summary: Hi, I have written a batch file that will write the entire contents of drive C: to a text file. I have two problems: 1) The script is told to create a...
Summary: I have a similar issue but I wish to replace the text to start :- (SETVAR "NOMUTT" 1) and the text to finish :- (SETVAR "NOMUTT" 0) and the text ...
Summary: hello ppl, Im a batch file maker and have had many of them made, But, I need some help on making a Drive ( My External HDD ) hidden on start up or whe...
Summary: I am writing a batch file that uses wget.exe to go download a text file everyday. I know exactly what the filename will be everyday, but how do I auto...