Summary: Hi, I don't know much about VB scripting but it seems to be one of solutions for my problem. I have found one script and tried to modify it for my nee...
Summary: I'm looking for a way to enumerate all the files and folders in a given directory using C++ (Visual C++ 6 specifically) in Windows. Looked online, but...
Summary: I'm using MS C#. Currently I'm only able to make the program retreive picture files from a certain folder I've designated. If any user were to delete ...
Summary: rename files and folder to lowercase with batch codes ================================================ hi guys i searched this site and found a ba...
Summary: Hey everyone, I need to move files into some folders with the same name. I have thousands of files named RFI 1000, RFI 1001, RFI 1002, sometimes RFI 1...
Summary: If you don't follow through on your thread you will soon wear out the patience of those best able to help. From your new thread: "I need to write a ba...
Summary: Hi There, I am trying to figure out how to write a batch program that will take the first 4 characters of a file name (from the cd rom) and move it to...
Summary: Oh wow, i just put that into notepad saved as a bat file and it worked, guess i should have tried before asking the question. So i guess the question...
Summary: The script below may be a starting point, try it then add the XCopy for files and folders you need to backup @Echo Off Echo. If exist E:\ ( Echo. E...
Summary: Hi Guy and Gals, I hope one of you smarties... out there can help me with this. I am working on a project to automate the installation of a task that...
Summary: HI , I have to copy some files from a folder which has a nested folder structure i.e the main parent folder will have some child folders and inside th...
Summary: blah, hey, umm, i need to be able to copy a folder with all the files and folders in it to another location, using a batch file. can anybody help me ?...
Summary: I would like to write a batch file that would copy files from one directory to another but not overwrite OR abbort if a file already exists with that ...
Summary: I don't see why not. I always like to use lots of MsgBox's to see what is going on in my code when writing it. So do this: MsgBox "C:\Documents and Se...
Summary: :) Hi M2Go! I've tried batch with folders D:\Music\test1 and D:\Music\test2 but batch doesn't copy files. Now my batch looks like this: ::== movebigr...
Summary: Ok, here's probably a tricky one... I have a drive that has data on it, which is organized into two file types, a .wav and a .ifo. The files are in fo...
Summary: All my C++ applications call a file called: C:\Program Files\CHAZCO\registry.ini to load their settings via an INI class. However, my new application,...
Summary: Hi, I want to know that in this directory has which files and sub directories and then copy them into the same folder but different computer name .I...
Summary: Does anyone know how to copy files from multiple subfolders (under the same parent folder) to another directory using DOS commands? For example, ...
Summary: Hello, I need to write a batch file that will copy over a number of files and folders if the size of those files and folders is less than 3 GB. I ha...
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: Thanks for your quick reply. I am actually more interested to be sure that the actual file type is a picture or excel file and not something else. So...