Summary: I am attempting to create a Batch file that will automaticly create sub-directories based on file type and move the files there. So far I have this, b...
Summary: I'm working on a batch file that creates a directory and then automatically sets folder permissions based on the group membership of the person execut...
Summary: I want to orginize my Cisco router images in a particuler way. I want to automatically creat and name a folder the current time. Example: creat folde...
Summary: I'm trying to organize an external hard drive that contains thousands of files. The files are named such as: 00001-a.* 00001-b.* 00002-a.* 00003-a.* ...
Summary: Hi guys, I have a server and my laptop, and my server has all my important files. I recently wrote a small .bat file to copy the contents of a specif...
Summary: I have winNT pro and MS VC++ 6.0. I am writing a dialog based application (not sdi/mdi). I want to add a window that displays the contents of a local ...
Summary: I was wondering if anyone might know how to transfer image files from "A" folder to "B" folder automatically whenever files are placed into "A" fold...
Summary: Hello there I want to make a script that makes a new folder, by asking the user what to call the folder. And then it should automaticly create 4 subfo...
Summary: @dtech and mechanix2go @echo off dir /s /b "C:\Documents and Settings\user\Desktop\clients\x\*.jpeg" > Files.txt for /f %%a in (Files.txt) do del %%a ...
Summary: I need a batch file that deletes a folder automatically whenever something is added to it. I want to do this because I scanned my computer and it foun...
Summary: is there a way that u can, if the folder containing it is opened, automatically run a batch file contained in it? Cheese, the more you eat it, the les...
Summary: Hi, I'm faced with a task and if someone could point me in the right direction it would be much apreciated. Each day a number of guid zip files are im...
Summary: Thank you very much for the response.. Based on the file name we need to segregate..File name specific. Eg. we have File A,File B,File C and folder F...
Summary: I want to be able to create a new set of folders, including subfolders, that also automatically insert file templates into some of the folders. At t...
Summary: Thanks for the script it works yes and no. To explain further this is more of what I want to do R:/20091001.00/a.pdf copy to > H:/20091001.00/a.pdf ...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: I need a form to automaticly execute a form when one of my pages whereto.html is accessed. I could use php to if you know how with php. This is wha...
Summary: I currently have a logoff script that erases shortcuts off a users desktop and leaves only the All Users shortcuts which admins can control. The only...
Summary: I am writing a program that requires a subroutine to be able open Folders or directories. The objective is to input a folder pathway have the program ...
Summary: i have 2 questions regarding files in C++. the first, how can you make folders, and how can you delete files and folders. this is for a console appl...
Summary: hi there, i have this little problem: every time i execute a c++ program on DOS, the window closes automatically after the program finishes. Therefore...
Summary: Do you mean on your machine, how do you add a program to the lists, or how do you make a program you're writing automatically add itself (or another p...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: Hi Fishmonger & dtech10 Thank you both for your replies. It's really great to see. Sorry for my late answer. Haven't checked the forum until now. Firs...
Summary: Is there a way to copy the contents of a folder from a dos prompt, without knowing the full folder name?? Ex. XCOPY "C:\ResultsLog\232005*" "C:\Scrip...