Iam opening a batch file as Output and using Print command to create a external batch file and would like to be able to use the USERPROFILE variable .
EX I have a ftp script in a text file called ftpscr.txt
I would like to be able to create a line in this file like
this that would use the PC's userprofile variable ...
ftp -s:%userfprofile%\ftpscr.txt
instead of hard coding it like
ftp -s:c:\My Documnets\ftpscr.txt
Tahnks again for any help with this ...
Tom Moran
Lansing, Michigan
EX I have a ftp script in a text file called ftpscr.txt
I would like to be able to create a line in this file like
this that would use the PC's userprofile variable ...
ftp -s:%userfprofile%\ftpscr.txt
instead of hard coding it like
ftp -s:c:\My Documnets\ftpscr.txt
Tahnks again for any help with this ...
Tom Moran
Lansing, Michigan