In einer eMail vom 15.03.00 06:44:43 (MEZ) Mitteleurop�ische Zeit schreibt [EMAIL PROTECTED]: > The trick seems to be calling 'change-dir system/script/parent/path' near the > start of the script to get 'normal' current directory behavior. > If there are associated scripts that live in the same directory as > the main script then do these before change-dir > (e.g. 'do join system/script/path %shared_data.r') or save system/script/path > for later use. > It just occured to me that perhaps REBOL is designed to be used primarily > inside of itself (using the interpreter as a shell and do-ing scripts from > inside it) rather than calling scripts from a host OS. > A rebol-scripts often relies on helper-scripts, and the typical place is in the start-script-directory. it is nort allways designed to load them at start only. So changed this dir is not preferable? i suggest something like home: system/script/parent/path ; at start read home/myfile1 nearly as short. Volker
