Summary: When I go to the Public Library to access Free Wireless Broadband Internet, I always have to 'sign in' to a uConnect home page, where I 1. select 'my...
Summary: I need to write a bat file to check to see if a file is present with the current date. the file name will always be the same, except it will be follow...
Summary: Hi all - Need a little help. Attempting to write a batch file to check for and delete multiple files, outputting to a log file after anything is f...
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet ...
Summary: Hello, I am in need of a DOS BAT file to read in the current .txt file name of a file name that starts with "CD0001" and rename it to CD0002 and tag a...
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: I want a bat file to serach a txt file for paticular word say "xyz" and replace that word with "abc" and save it again eg I have bat file +++ test us...
Summary: hi and thanks for your great site i need a batch file (.bat file) to do following works search current folder to find .txt files and if find them...
Summary: add a .bat file to right click contents menu ======================================= hi is there a way to add a .bat file to right click content...
Summary: Thanks dtech10 the bat file fits the bill perfectly! Thanks Fred for your help as well. After I encorporated your snippet into the program I have s...
Summary: Hey guys. I am pretty rough at making complex bat files. I have made plenty of simple ones to do copies of files and folders but I want another one....
Summary: Bat file to move files onto a created subdirectory Hi, I have a folder with video files, and I want to put each one into its own folder, like this: Cu...
Summary: plzzzzz......help me with this.....i need a bat file which deletes a particular line of a txt file..... such as i have a txt file abc.txt.... and it h...
Summary: This was my first post here. I will redirect my request as you suggest. However, you hit the nail on the head. I will be logged on the system drive ...
Summary: Hello, I am looking for code to help create a .bat file for Windows that does the following: count = Number of files in a folder if count == 0, exit e...
Summary: Hi all. I need to add a line into my existing .bat file which functions as the logon script for all users in the company. One of our pieces of softwar...
Summary: Hi all, I'd would like some help creating a simple (yeah i know n00b here) .Bat file that kills processes [b]but[/b] requires me to confirm i wish for...
Summary: Hello, I'm working on developing a menu for a USB flash drive. I have .bat file that opens a spreadsheet with a program that is installed on the flash...
Summary: Hello, I need a script to copy a directory recursively, but instead of re-creating the tree structure, to copy all files in a single folder, appending...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: hello, how do i set up a bat file to take a block of text (pre-written in the bat file), save it as a .txt file and place it in a folder i premade? fo...
Summary: I'm not that experienced using batch files but I need to get this batch file to work relatively soon. The bat file is supposed to echo a user name and...
Summary: I'm trying to use a bat file to count the number of files in a folder. I tried: dir /a /s "C:\folder" |find /c /v "" but for some reason it doesnt rep...
Summary: Thank you for your reply, but I am afraid that I cannot do not fully understand your response. 1. You mentioned command line parameters. As far as I u...