gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] gforth borks in Windows: cannot open image file gforth.fi


From: Andrew Pennebaker
Subject: Re: [gforth] gforth borks in Windows: cannot open image file gforth.fi
Date: Mon, 8 Oct 2012 15:33:33 -0400

Have you rebootet? I add the {app} directory to the Path variable in the
registry; this is read out at startup, not when you start cmd.exe (well, it's
Windows, you are supposed to reboot ;-).

Environment variables should take effect in new Command Prompt windows, they don't require a restart.

Example:

Command Prompt

C:\> echo %VAR%
%VAR%

Start -> My Computer (right click) -> Advanced system settings -> Environment Variables... -> New -> VAR, content -> OK -> OK -> OK

New Command Prompt

C:\> echo %VAR%
content

I'm not sure how the installer is attempting to modify environment variables, but there are better ways than others to do so, so that users don't have to reboot just to setup gforth. So Windows 95.

--
Cheers,

Andrew Pennebaker
www.yellosoft.us

reply via email to

[Prev in Thread] Current Thread [Next in Thread]