Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch file help
Name: saranya_z Date: April 6, 2009 at 00:29:44 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi all,
@echo off dir /b D:\Test\*.txt >count.txt start /w count.txt cls
using this bat file i have listed the filenames from a folder and now i want those filenames in the following format
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 (e.g SU550) then create a new folder called SU5...
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 be not to bad to manage once you get it down. Than...
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 format of index.1345 and I want t...