[REBOL] rebol icons on windows
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 ?