----------
bash-2.04$ cat > foo<<BAR
> lkjasdf;lkj
> BAR
c:/djgpp/tmp/sh103386: Permission denied (EACCES)
bash-2.04$ ls c:/djgpp/tmp/
remove.me sh103386 sh530876 sh530900 sh872942 sh873219
----------
This problem occurs under Windows ME (9x), in a dos/bash box. When I
do the same thing in DosBox, under Linux (same dirs/files), I *don't*
get the error. ??
I cannot reproduce this on XPSP2. What does "ls -l bash.exe" say
about your Bash?
In Windows ME MS-DOS Prompt window (running \djgpp\bin\bash.exe of
course):
-rwxr-xr-x 1 dosuser root 567808 May 13 2008 bash.exe
In Linux (kernel 2.6) under DOSBox 0.72 (running the same bash.exe
above):
-rwxr-xr-x 1 dosuser root 567808 May 13 2008 bash.exe
That's the same version I have. Maybe this is indeed something
specific to Windows/ME. Perhaps try the binary from the latest port
in beta/v2gnu directory on DJGPP sites.
IT WORKED!! (v205bbr2)
Even the keyboard works; the backspace and arrow keys didn't work in
v204, but they do now.
Thank you.