Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ftpupload.r (rebol newbie)

From: al:bri:xtra at: 30-Oct-2000 20:01

LeEric S. Marvin wrote:
> site: ftp://themarvins:[secret--home--gci--net]/~themarvins/gen/ > > files: [%marvinline.htm %rupeline.htm] > > foreach file files [ > write site/:file read file > ]
Try this instead: site: ftp://themarvins:[secret--home--gci--net]/ Directory: %MyDirectoryOfHtml files: read Directory foreach file files [ write site/:file read Directory/file ] Note that I've dropped off the: ~themarvins/gen/
> Also, how do I run a rebol script from the NT AT command, or cron type
utility (I'll take suggestion for cron utilities) I don't know this one. Andrew Martin Not a NT guru... ICQ: 26227169 http://members.nbci.com/AndrewMartin/