Displaying 1 result from an estimated 1 matches for "07ce".
Did you mean:
07be
2001 Dec 11
1
running .exe files from a Unix share without specifying .exe extension - is it possible ??
...trange because " dir gdump.* " doesn't return anything, so it
doesn't even consider .exe to be an extension ?
At the same time if I try the same from L:\ (the windows share), I get:
-------------------
L:\>dir gdump.*
Volume in drive L is DRIVE_C
Volume Serial Number is 07CE-0903
Directory of L:\
11/30/2001 11:55a 1,355,816 gdump.exe
1 File(s) 1,355,816 bytes
0 Dir(s) 12,550,406,144 bytes free
L:\>gdump
Usage: gdump [-help] <options> filename
--------------------
Obviously .exe is seen as an extension in this case and the executable is
called.
Here...