Summary: I am trying to make a batch file that will empty all sub-directories of a certain name. The contents of these directories is not important (can be del...
Summary: Hi, I hav file custom_testverbs.csl file which consists of following text.I need a batch file in which i wil pass function name (say)TEST_SCROLL_UP as...
Summary: I am trying to write a small batch file to delete a type of file (*.ptl) in a directory and all subdirectories, here is what I have: del D:\directoryn...
Summary: How can I create a self deleting batch file. i have the batch file and I know you can use the del command but what I want to do is have it self delete...
Summary: We have a directory c:\temp that act as storage for a directory monitor for printing before it moves files along. Within c:\temp a unique folder name ...
Summary: Hello, I’m trying to make a bat file that will delete all files in the My Pictures and the My Music folders for a particular user. This should work...
Summary: I have a batch file that copies the date and pastes it to a text. the text shows the date as day mm/dd/yy. I need the bat to delete the day that app...
Summary: I am attempting to create a batch file to search for a specific file on my computer and delete it. I have been trying to figure it out and cant get i...
Summary: Hi all! Here is my problem: I'm trying to create a batch file that needs to needs to record the login and logoff times of users. This needs to be reco...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: Hi, I'm working on an online project which involves over 50,000 images all identified by unique numbers. When adding updates, I run a query in my data...
Summary: This is an example of a batch file I am using right now. I need it to delete subfolders in the folders. It already deletes everything else, just not...
Summary: This was takin from another post >"About your question on deleting the batch file the answer is NO, a batch file can't delete itself " </b How ab...
Summary: Hi all, In short, I have an XML file that needs to have some information deleted from it when a batch file runs. The file's data changes constently, s...
Summary: Any help here is appreciated, I'm pretty weak with Batch file programming. Looking to Schedule a Batch file to run daily that will: - delete all *.BA...
Summary: Hey! I need batch file that removes all subdirectories from directory. Example: I have directory on my desktop named N152. Its including directorys G...
Summary: Nevermind, I figured it out; using the batch file, you create a temporary script file that includes the parameter passed to the batch file, then run i...
Summary: I have a batch file that creates a new directory named the current date using the mmddyyyy format. It then copies the contents of a directory to the ...
Summary: sorry, i forgot to mention: Suppose i am compiling a java file and a batch file is associated with the java file and they both execute simultaneously...
Summary: hi everyone..im not a newbie to batch file ..i knw all the basics of it..i jus wanna knw tht im trying to mak a batch file which shuld get itself in s...
Summary: This is what I have...I have an existing .bat file on a system that backs up a folder lets call it C:thisfolder. For some though it may be D:thisfold...
Summary: Hey all I'm new here and new to batch files. I have been writing and studying batch files for about 2 weeks and have made a batch file that will delet...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
Summary: Ok so heres the problem. I am trying to make a batch file that will autorun on a cd and delete a text file I have on my desktop. The autorun works and...
Summary: Hey all, i'm running into a little problem with my batch file. To explain, i am trying to use the rename command (as well as a few other commands) tha...