Thankyou for your help, however, I am still having trouble running this. I have created two files.
In updatenews.bat I have this:
Code:
ftp [-n][-s:ftpscript.cmd]
In ftpscript.cmd I have this:
Code:
FTP
open christopherlaw.com\josh\current\test\blog
username
password
del blog.inc
put C:\Documents and Settings\Josh\Desktop\blog\blog.inc
pause
Can you help me?