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: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. ...
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 was wondering if there is a way to run a batch file that would open IE to a page (This part I know already) Search a page for a file type Download t...
Summary: Thank you so much Mechanix! For the FTP part, I always use a file (example: MyPC.ftp) with the commands: open 192.168.1.1 user password prompt lcd c:\...
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am...
Summary: I hope that someone can help me. I am new to writing batch files and I am not quite sure how to write the following code. Any help would be appreciate...
Summary: I have a question for the batch gurus. I'm trying to create a batch file that will open up multiple remote desktop connections. Here is what it looks ...
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: Does anyone know if there is anyway after using a batch file to ftp into a server and then using the mput command to have it timeout if it gets stuck ...
Summary: Hi, I have created batch file to run Ms Access's macro. At the beginning, it works fine. However after a while, it suddenly runs twice and now it runs...
Summary: Hi, I want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Window...
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: Hello, I want to run a batch file every couple of hours, that will take the input from a text file and put it into a field in a command I want to run....
Summary: I need a batch file that will scan multiple subfolders in one folder, look for the most recent modified file in the subfolders, and set the subfolder...
Summary: I have modified my code a little bit - I decided to start out, I wanted to just say hey, this is my name, and this is a sample batch file. Then I want...
Summary: Nah, you don't get me. I wanna run multiple BATCH files from one particular file (another batch, executable or Perl script) I tried the call command, ...
Summary: Hi, May I know how can I write a batch file to copy multiple files(few thousand) from different raid drive and respective directory? I had the databas...
Summary: I would like to create a batch file to rename all *.cap files to *.mp3 in a certain directory before moving them all to another directory. I will nee...
Summary: I need help deleting and renaming a series of files in a DOS batch file. This is what I'm currently using: ********** set fileNameOld=retail_consolid...
Summary: As far as the time part no. I did create a batch file that is simple. ftp -s:download.txt Then create a txt file that is called Download.txt the comma...
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: If anybody's looking. I've spent some time with this and have come up with a method for sequencing. Never thought of multiple delays, but this is work...
Summary: I need to create a batch file, which locates all files with a particular extension and moves them several levels up in the folder structure. Here is t...