No, we replace these pathes using the fixpath.fs utility. I need to check why
this doesn't work; maybe Windows 7 or some anti-virus denies me to access
.exes that way.
Ah, that's probably related to the install-time script errors I'm seeing. They all complain that they can't find certain files because they're mistakenly using the path C:\Program instead of the path "C:\Program Files (x86)", which the gforth installer is defaulted to using in Windows Vista/7/8.
Wow, when I add "C:\Program Files (x86)\gforth" to PATH and GFORTHPATH, my gforth hello.fs error changes to:
C:\>gforth hello.fs
*OS command line*:-1: No such file or directory
>>>hello.fs<<<
Backtrace:
$7EB9B4D8 throw
$7EB9990C required
$7EB9DC88 execute
$7EB53BE8
$7EB73A00
$7EB34000
$7EB13FF0
$7EB9DC70
$7EB98AA4 catch
$7EB998D4 execute-parsing-wrapper
$7EB99944 os-execute-parsing
$7EB99CC0 args-required
--