Re: OT: Automate FTP

2001-03-29 Thread Mark Woods
type at /? at the command prompt to find out Alternatively, in Windows2000 use the scheduled tasks control panel Mark At 01:21 AM 3/29/2001, you wrote: I've created a FTP batch file, ftpcmd.bat: %windir%\ftp.exe -s:%f0 goto done open financialcontent.com (user name omitted)

RE: OT: Automate FTP

2001-03-29 Thread Thomas Chiverton
You can use the schedule tasks bit in NT to set this up too - buit read the help text on the sytax for the command ! -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:00 PM To: CF-Talk Subject: Re: OT: Automate FTP type

Re: OT: Automate FTP

2001-03-29 Thread paul smith
So are you telling me I should enter the following? at 02:00 /every:M,T,W,Th,F,S,Su ftpcmd.bat best, paul At 11:00 AM 3/29/01 +, you wrote: type at /? at the command prompt to find out Alternatively, in Windows2000 use the scheduled tasks control panel Mark At 01:21 AM 3/29/2001,

OT: Automate FTP

2001-03-28 Thread paul smith
I've created a FTP batch file, ftpcmd.bat: %windir%\ftp.exe -s:%f0 goto done open financialcontent.com (user name omitted) (password omitted) lcd d:\website\htdocs\stockgolf\htdocs\data ascii get eod.txt bye :done @echo off cls exit So how do I schedule this with AT? best,