|
Pages: [1]
|
 |
|
Author
|
Topic: Script Error: Not enough memory (Read 191 times)
|
Guest_leke
Guest
|
I am trying to download a big file (75mb) with REBOL and I get this error...
** Script Error: Not enough memory
Is there anything I can do to free up the extra memory.
Cheers, Leke.
|
|
|
|
|
Logged
|
|
|
|
Guest_leke
Guest
|
Yeeeeeeeeeeeey, it works. REBOL []
if not exists? %downloads/ [make-dir %downloads/] change-dir %downloads/
download: [ prin "ENTER FILE's URL: " get-url: input file: read/binary/direct to-url get-url prin "Enter the name & extension for your file: " name: to-file input write/binary name file ]
loop forever [do download]
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |