
Re: modern day append command?
taripo wrote:
I'd like to be able to do ftp -s:myscript.ftp Where that file is at some path I don't want to have to type
It is even shorter to type ftpgo
Code:
:: ftpgo.bat
@echo off
ftp -s:"c:\type your path just once\myscript.ftp"