Summary: Hey guys, Im using vb.net, im trying to enumerate all files (only files) from a folder and any sub folders it may have. I want this to happen one by o...
Summary: I am looking for help with a script that will copy files from a folder on a share on the server to a folder on many workstations. The script needs to...
Summary: Hi Guys, I'm a newbie to batch programming. I had created a batch file to read a line from a text file. example: Hello world 1234 However i would like...
Summary: Thanks for the suggestion Mechanix2Go and I don't really want a vbscript So how about a different question how can I get a batch file to find it's lo...
Summary: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: Hello, I am trying to write a batch file that gets an ical file from a website using GET and writes that to an ics file. I want it to do that multiple...
Summary: The following program will read the files in a directory and list the file names. It does not differentiate between files and directories and lists bo...
Summary: im scripting some programs that need to open some files from a certain url in java so it downloads the file and after that it opens it can someone hel...
Summary: Why bother writing a batch file for a one-line task? Type RD /? for help. The command you want is rd /s \\server1\application\jar for the JAR folder a...
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: How to get a return variable from the called batch-file ? I'm having two batch files as follows A.bat : for /f "tokens=* delims=" %%a in (files.txt) d...
Summary: I'd like to write batch to read the last line (that in this case is a number) of a file log.txt and to assign this value to another variable. I shoud ...
Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...
Summary: Hi, does anyobody know if its possible to get the source code from an .exe visual basic 6 file? im doin a college project, have to make a virtual atm ...
Summary: Is there a way i can copy/ move the files from a specific directory which have been modified on a particular date i was able to get a list of files us...
Summary: Thanks Is there a way i can copy/ move the files from a specific directory which have been modified on a particular date i was able to get a list of f...
Summary: I have a batch file that FTPs a text file from a server to the user's PC. However sometimes the file is needed to be FTPed more than once a day. When ...
Summary: is it possible to generate a new txt doc. from a batch file, and name it and send it to a certain location all from within the bat file. kinda like ma...
Summary: Hey, I have a .exe file and it was created (coded) in Dev bloodshed and im wondering how can i see the code of that program. Is there any program or a...
Summary: I am trying to create an automatic script to upload files from a cdrom. There are MANY directories on the cd and I will not know the names of the dire...