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

rebol icons on windows

 [1/2] from: bzr::francenet::fr at: 16-Dec-2001 20:19


Hi all, This is not really a rebol question but rather a windows question. I am not familiar with this system, working on unix / linux usually. How could I create an icon to start a remote script. I tried this: - make a shortcut of rebol.exe - right-click on it - choose "Properties" - enter "c:\rebol\view\rebol.exe -s --do http://www.reboltech.com/blahblah But rebol starts in line mode, apparently ignoring the --do command. I also tried --do "do http://www.reboltech.com/blahblah" and I get the error message 'do is missing its value argument' I gues the " is not the right character to quote the command... Any suggestion ?

 [2/2] from: ljurado:bariloche:ar at: 17-Dec-2001 9:14


Humm.. this is working on my win98 C:\rebol\view\rebol.exe -s --do "do http://www.rebol.com/view/demos/clock.r" Luis