I tried it with the FTP.EXE file you sent me, and there was no problem downloading multiple files using the script file.
I didn't have the problem you mentioned "NO PACKET DRIVER FOUND", but I think you shouldn't have the problem you said.
The format of the command ftp -s:filename is the command format for executing script files in the FTP software under WINDOWS.
And the correct command format for the DOS - based FTP.EXE software you sent me should be: ftp -f fname
You can run the command HELP after running the FTP software to see the description of this parameter. When I run the -s parameter here, it will give an error, prompting that the host -s:ftp.txt is not found. Therefore, it is said that it is unlikely to have the error prompt you mentioned.
I think the fundamental reason for your problem is that you didn't run the HELP command to see the help, resulting in the first step being wrong.
Also, note that I didn't have a configuration file when I ran it (I don't know how to write it), and my IP was assigned via DHCP. Maybe the configuration file also has an impact.
[ Last edited by LanCat on 2006-9-21 at 17:56 ]