Summary: Hi there, M2 is a legend! I've been searching the posts for what would probably be a batch file that would replace an automatic download ftp client. B...
Summary: My bad. The script is called: DOS Batch FTP - Get New Files Only - Ftp script to download only files that don`t exist in local folder, i.e. to avoid ...
Summary: I need a specific batch to rename txt files to a format, using the data from the txt file itself. data within the files is for example: 0199999920090...
Summary: I am implementing an application using ftp to transfer files from ftp server to local location. I want to see if a particular file exists before start...
Summary: We pull down files via FTP, these files are in hex format with no extension (eg. 008C334D) and the company that hosts the FTP site has said they can n...
Summary: Hi Guys i need to create a batch file that can connect to multiple ftp servers to extract a file to one location. Not sure if this is possible but i w...
Summary: Dear Mechanix2Go; I am looking for a batch file like the one you had write for me to download update files. It works cool. Now I would like a batch th...
Summary: I need to create a batch file that will clear the "browse in same window check box" from the Tools -> Folder Options -> File Types tab -> .xls -> Adva...
Summary: Hi Mechanix2go, FishMonger: Thanks for you suggestions. Reno: I liked your batch script. But I am getting the following error on several lines in the ...
Summary: I would like to know how to get a batch file to open other files? And what would i need to do if i went more than one opened? Added to this can the fi...
Summary: I want to download a file from website with authentification system. Ok, maybe ill do some explanation. First of all, i open the site using webbrowser...
Summary: You might get more responses if you post your question in the programming forum. Those folks there seem to know a lot about html and web authoring so...
Summary: Hi There I am just looking for a batch file that I can run from windows scheduler to download two files from my server via ftp. I have username passwo...
Summary: I am trying to write a batch file that will download a series of files from a secure server using an FTP client. These files are hidden from an ordin...
Summary: I need a send a daily backup file to ftp site. Is there a way to make a bat file that finds the newest file in directory then send to FTP site? Thank...
Summary: I am anything but a batch expert, but I have a couple of thoughts: 1. Batch does not have a "read in" capability, so reading in the HTML files and re...
Summary: So, you're not doing an actual (incremental, differential, or full) backup, but just simply coping the files to the server. There is no need to compar...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: I plan on running the batch as a scheduled job every hour on a server to check for files being created over a certain size. If the size is too large i...
Summary: Hello! I've made a program that scrambles and deletes files. When the program starts, it reads the contents of a txt file containing the full paths an...
Summary: Hello, I'm hoping someone can help me with a problem. I need to have a batchfile rename a file with the current date, and move the file to a corrisp...
Summary: I have never used batch files before. If someone has time, could you please show me how to take a file and rename it with a date stamp at the end, in...
Summary: Hello everybody, i would like to ask if its posibble to download a file from internet using batch file or in any DOS Programming (pascal,c++,c) and sa...
Summary: Hi, I'm trying to do this batch file that can moves my files with a certain name to a desired folder. Code: @ECHO OFF dir /b *NAME_TO_SEARCH*.* > Move...
Summary: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...