[REBOL] Starting REBOL script from command line

2000-05-15 Thread gvadivelrajan
Hello , I was using rebol to send an email using the following script. The script was executed from the DOS prompt as e:\rebol\rebol websend.r [EMAIL PROTECTED] It was working fine till yesterday but today executing the above command doesn't work.The email is not sent

[REBOL] Any help or direction of how to proceed on this message UPS for freight calculation

2000-02-21 Thread gvadivelrajan
Hello , We are using say UPS for freight calculation. I want to give the to and from zip code, weight and dimension to the UPS site. Then I would like to download the freight charges in to some local table/ascii file. My url will be https://www.ups.com/ups.app/iss.class. Is it possible to in

[REBOL] UPS for freight calculation

2000-02-15 Thread gvadivelrajan
Hello , We are using say UPS for freight calculation. I want to give the to and from zip code, weight and dimension to the UPS site. Then I would like to download the freight charges in to some local table/ascii file. My url will be https://www.ups.com/ups.app/iss.class. Is it possible to in

[REBOL] Download a list of binary files using FTP Re:(2)

2000-01-17 Thread gvadivelrajan
Hello, I used the below script and I get a Network timeout ** Access Error: Network timeout. ** Where: write/binary file read/binary site/:file REBOL [ Title: "Download List of Files" File: %ftpdown.r Date: 26-May-1999 Purpose: {Download a list of binary files using FTP.} ] s

[REBOL] Download a list of binary files using FTP

2000-01-17 Thread gvadivelrajan
Hello, I'm very new to REBOL.I'm trying to read a list of files from a ftp site. But I get the below error.Can anyone help me Regards Gobiraj REBOL [ Title: "Download List of Files" File: %ftpdown.r Date: 26-May-1999 Purpose: {Download a list of binary files usi