Summary: Hi I am trying to create a program to do the following Search a drive for files of a certain type and the pass the file name on to batch file so a vbs...
Summary: I did find a post similar to what I need, but need to find a way to prefix that script with the required local C drive search string and logfile updat...
Summary: Hi all, im new to this site so i dnt knw how ths works hopefully this msg gets through. im trying to make a sub or function that will be able to searc...
Summary: This batch Will Search for the specified file on the hard disk and delete when found Remove "echo" from |echo del "%%f" /f| to make it delete the fil...
Summary: I want to create a batch file that needs to scan all my drives for "autorun.inf" remove all attributes then del these files because of a virus. here i...
Summary: It's rare that I could use a batch file, and this is one of those times. I can't remember too much about the finer points on batch language, so I need...
Summary: Hi I am looking for some help with the forfiles command. What I want to do is use for files to search the c drive for *ppt files the each time in find...
Summary: Iam facing a problem in running Java. I have two partitions C drive & Ddrive. In C drive i have installed Java & all of my java files are in my D driv...
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 ...
Summary: Hello programmers! I have a small and slight set of questions.I'm making a command prompt program thats suppose to look like its formatting the c driv...
Summary: I would like to use a batch file to copy all *.doc files from my C:\ drive onto my thumbdrive as a form of backup. I tried doing it but never got it w...
Summary: Hi I just started with c programing ,, I created a folder in c drive and created a file which I compiled sucessfuly but after that I need to run it to...
Summary: Hello all. I v got a lot of T*a.log files in my c drive. like T0001a.log T0002a.log T0003a.log I just need a batch that can assign the size...
Summary: i formatted my c: now when i put in the boot disc it comes up it open dos. i type c: to goto c drive but it comes up drive not found can anyone sugge...
Summary: Here's what I have now. Probably sloppy but looks like it's working. Systems that are not online slow it down a bit. Comments appreciated. @echo off c...
Summary: Hello all, Basically what I'm trying to do here is read in an integer from the file which contains the number of words in the file and then iterativel...
Summary: Hello all, I would like to create a DOS batch file which will do the following: Search the C drive for a filename (i.e. MyDB.mdb) and retrieve the pat...
Summary: this is the message-> there doesnt seem to be gnu make file in path or in dev c++ bin path.please make sure that you have gnu make and adjust bin sett...
Summary: Here you go: shell "cd c:\" shell "dir *.mp3 /B /S > findfil.txt" open "c:\findfil.txt" for input as #1 do while not eof(1) input #1,str1$ kill(s...
Summary: Or you could just add the partitons as a folder to the C:\ drive and be done with it that way. You take a drive that has a letter and attach it to any...
Summary: Hey all, this is my prob, I just started using c++. At school where i'm learning it, you have to stream out from the h drive like shown underneath if ...
Summary: iam trying to list the files and folders in the c drive. the problem is i dont want to list the "hidden files " . i searched in the internet and found...
Summary: C++ WinXP VIDE compiler/Visual 6 c++ Hi, I need help writing a function that reads in a integer n from the user and displays the nth term in the array...
Summary: Well this sometimes happens to me with another program. If you still get that error then what you can do is look up OLEACC.dll and download it. The...