ls -la c:
ls: c:: No such file or directory <-- what??
ls -la //meade/net
ls: //meade/net: No such file or directory <-- no unc's either??
OK, somehow magically the above ls commands are now working fine.. not sure
what changed. Possibly an old DOS window was open from before installing the
Unix tools that didn't have the SUA environment variables? Not sure.
I've also been installing the VS Express compiler today.. maybe one of the
DLLs made this work now? Not sure.
Unfortunately this brings in a /lot/ of unwanted stuff, including an
apparently broken version of ping that complains with
"socket: Operation not permitted"
I poked at this a little more.
The ping that comes with the unix tools works OK in a DOS window running as
the real "Administrator" user (eg. 'runas /user:administrator cmd').
--- snip -- DOS Window running as Administrator
C:\Windows\SUA\bin>.\ping on
PING ontario.erco.x (192.168.1.9): 56 data bytes
64 bytes from 192.168.1.9: icmp_seq=0 ttl=63 time=1.953 ms
64 bytes from 192.168.1.9: icmp_seq=1 ttl=63 time=0.977 ms
^C
--- snip
But if I run the same binary from one of my other DOS windows running as the
default user, I get the 'socket: Operation not permitted' error:
--- snip -- DOS Window running as regular user created during install:
C:\Windows\SUA\bin>.\ping on
ping: socket: Operation not permitted
--- snip ---
So that's "interesting"..