Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: NT Scripts

RE: NT Scripts

From: Guidry, Chris <chris.guidry_at_atcoelectric.com>
Date: Wed, 4 Oct 2000 09:16:15 -0600
Message-Id: <10639.118477@fatcity.com>


Hi,
Run the following .bat file first:

FTP_FileGet.bat



echo on
REM
REM Batch file to launch FTP script file REM
ftp -s:FTP_FileGet.scr

FTP_FileGet.scr


!REM
!REM FTP script
!REM

open <IP Address>
<password>
<username>
type ascii (or binary)
cd <Remote Path>
get <Remote File> <Local Path\File Name> bye

Use the NT Resource kit utilities SLEEP or TIMEOUT within the .bat file.
-
Chris J. Guidry P.Eng.
ATCO Electric, Metering Services
Phone: (780) 420-4142
Fax: (780) 420-3854
Email: chris.guidry_at_atcoelectric.com

> -----Original Message-----
> From: Rajesh Dayal [SMTP:Rajesh_at_ohitelecom.com]
> Sent: Wednesday, October 04, 2000 2:20 AM
> To: Multiple recipients of list ORACLE-L
> Subject: NT Scripts
>
> Hi everybody,
>
> Could some-one share NT batch ftp scripts.
>
> Also I need to wait for couple of minutes
> between my scripts (diff one, for backup
> purpose) what command should I use for that.
>
> Thanks in Advance,
> Rajesh
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rajesh Dayal
> INET: Rajesh_at_ohitelecom.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Oct 04 2000 - 10:16:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US