Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Richard Ashbery Newsgroups: comp.sys.acorn.programmer Subject: Set working directory Date: Sun, 20 Oct 2019 13:44:38 +0100 Organization: None Lines: 16 Message-ID: <5805eb497bbasura@invalid.addr.uk> X-Trace: individual.net 5aKCkEA6I/4f62jRT7aSyQsN8P6yrxi1NvUnRQdCbkzT7pF00q X-Orig-Path: uwclub.net!richard.ashbery Cancel-Lock: sha1:mSYMuXMJbLZcsBhW0h83rxqm9g4= User-Agent: Pluto/3.16 (RISC OS/5.25) NewsHound/v1.52-32 Xref: csiph.com comp.sys.acorn.programmer:5847 I can set the current working directory by clicking into the directory where my BASIC files are held and use 'Set directory' from the 'Filer' window. I often forget so when I run the first program containing a CHAIN keyword it fails (can't find next program). It would be easier to double-click an obeyfile (perhaps called !RUN_FIRST) to do this but the one tried below doesn't work. Pseudo application directory with !Boot and !Run obeyfiles containing... Set Graphics_sequence$Dir .^ (!Boot) /.!Boot (!Run) Any solution please?