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

[REBOL] Re: auto run script

From: doug:vos:eds at: 12-Sep-2003 16:31

Yes, we do it all the time. Check this on your Win-XP system: 1. Start rebol console window - starts up rebol 2. type >> HELP - shows you all the other cool things like USAGE 3. type >> USAGE - shows you command line switches 4. read all the USAGE switches 5. Open windows task scheduler and put in something like: REBOL --script d:\mypath\myscript.r REBOL --script /d/mypath/myscript.r or maybe c:\rebol-core\REBOL.exe --script /d/mypath/myscript.r 6. Fiddle with the paths or invoke a batch file that runs rebol script if paths are messed up.