Marcel Hendrix wrote:
> .. and it has compiled the UNIX part. "~/.gforth-history" fails, of course,
> on NT.
> 
> I tried executing the [ELSE] part from the terminal and then did
> history-cold. It doesn't work. I get this:
> 
> history-file cr type
> /cygdrive/c/TEMP/ghist.fs ok
> history-dir cr type
> /cygdrive/c/TEMP ok
>   ok
> history-cold  ok
> 
> But it doesn't remember further commands. ^P, ^N give the 16 and 14,
> like they should.
> 
> The "/cygdrive/" path looks suspicious. Looking in C:\TEMP, there is no ghist.fs
> there. 

The "/cygdrive/c/" part is just cygwin's way of saying "c:\", and at
least on the W2K system I am using this works:

sh ls -l c:/temp 
total 0
 ok
s" /cygdrive/c/temp/xxx" r/w create-file throw  ok
close-file throw  ok
sh ls -l c:/temp                              
total 0
-rw-rw-rw-    1 anton    None            0 Aug 27 17:22 xxx
 ok

- anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to