Summary: I saw a script for batching commands to an ftp server on http://www.batch.hpg.ig.com.br/ (excellent site) I'm attempting to do this very same thing, a...
Summary: Can anyone tell me how to make an ftp batch file that automatically puts in the user and the password? the ftp server is a sco unix box Thanks in a...
Summary: Grately depends on the FTP client you use. I know only about the FTP.EXE that comes with Windows 95 (and gets copied to your WINDOWS\ folder when you ...
Summary: I know this sounds so newbish, but i need to create a DOS batch file to retrive files from an FTP site and on downloading the file rename it to xyzmmd...
Summary: Ok 1st thanks to Chris for my help the other day... Now...I have a batch which copies files for backup onto CD, what I want is for if the file is the ...
Summary: I need help with a batch file how do I do the following 1 Provid a list of files in any drive or dir that I want. 2 Display the contents of any file t...
Summary: Is it possible to pass a parameter from one batch file to another whilst using the ftp command? E.g. Batch1.bat ftp -i -s:C:\batch2.bat Batch2.bat ope...
Summary: Yep, that's possible. Let's suppose the FTP commands you would type for doing that are: open ftp.server.com USER username password get file1.dat get f...
Summary: Hey. I am fairly new to BATCH programming, and wonder if someone can help me. I have a basic batchfile that activates an .exe with use of its -letter ...
Summary: Hi Madian You could try renaming your .txt and .exe files to the current date and ruuning the batch file below using your own directories. the...
Summary: Hi, i want to make a batch file that copies E:\software\booteditor\ to C:\documents and settings\jamie\desktop\booteditor\ please help thankyou, Jam...
Summary: I've got a batch file that I use in Windows, when I right click on a Drive or Folder the option to use it is there, it runs: dir/s %1 >c:\windows\des...
Summary: I just got this used computer & am trying to find drivers for the analog sound card. I get errors when the computer is booting. The config.sys says de...
Summary: Once your running dos ftp, type help at the ftp prompt That will display all commands, if you want to display help on a command, type help and help w...
Summary: I have the following line in a batch script: find /C "Add File:" C:\Archive\SERVER1\archive.log I want to be able to execute the find /N to pipe to a ...
Summary: I've written a batch file to copy certain folders from C to D drive but one particular one has me stumpted. Here is the example: xcopy "C:\Documents a...
Summary: Hello all, I have a question for all the DOS masters. I need to add this to a batch file. How can this be done ? Tx 4 your time. VP > DEBUG -L 100 2 ...
Summary: To do this you must install a Packet Driver for your network card. The package I have for you contains the command line FTP client, the WATTCP.CFG fil...
Summary: Hi I need help of a script that can take a source directory (containing subdirs and files) and copy to the destination directory of the same name (sub...
Summary: I have a cmd line ( extract.exe ) that decompres a specific encrypted data files ( .prs ). the parameters are like this: extract.exe -e input output (...
Summary: I'm sorry that I am not smart enough to help you with your script problem. I did look at your Web page. I was impressed that you have some nice graphi...
Summary: Well, that's what I'd thought. Could prove to be problematic if you're as rusty at DOS batching as you say. Might have to do a bit of research: FTP ...
Summary: I need to connect to a ftp site & upload files usind a dos batch program (.bat file) . How can i do that . From the command line i type ftp 100.100.10...