Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バッチ モードで実行する .cmd Windows スクリプトを作成しています。このスクリプトは ftp コマンドを使用します。ftp を使用して別のマシンへの接続に成功すると、シェルが変更され、スクリプトの実行が対話型になります。
スクリプト全体の実行を停止しないように、どうすればバッチ モードで作成できますか?
ありがとう。
私のためのこのコード:
ftp -i -n -s:%currentFolderPath%ftp_commands.txt %IPAddress%
読んだ:
MS-DOS ftp コマンド