I want to make a batch that auto uploads important files from the user that is using the program. so what I did was %username% in the directory Ex. C:\user\%username%\importantfiles
open (ftp server name)
(ftp user-name)
(ftp password)
prompt
bin
mput c:\user\%username%\importantfiles
There are many users that must be able to use this..
So the "C:\user\mike\importantfiles" will not work
So the question is How do you specify the username in ftp upload