I'm a newbie and want to ask all you experts a few questions:
In a batch file, it seems every command has to wait until the previous command is completely finished before it executes?
If I use the FTP command first, then if FTP doesn't end, I can't continue to the next command?
If I want to telnet or ftp to a server and need to enter a password,
can I use one batch file to do it automatically:
enter the telent(ftp) xxx.xxx.xxx.xxx command and enter the username and password,
so as to achieve automatic login?
In a batch file, it seems every command has to wait until the previous command is completely finished before it executes?
If I use the FTP command first, then if FTP doesn't end, I can't continue to the next command?
If I want to telnet or ftp to a server and need to enter a password,
can I use one batch file to do it automatically:
enter the telent(ftp) xxx.xxx.xxx.xxx command and enter the username and password,
so as to achieve automatic login?

