With MS-DOS, we could use the following command:
C:\>dir.exe
to list all files with "EXE" extension, and it means:
C:\>dir *.exe
With FreeCOM 0.84preX that comes with FreeDOS 1.2, we must use the second form. Please investigate and tell me.
I have seen the same thing, and never thought to ask. It's not limited to only exe files but basically dir.extension in MS-DOS means dir *.extesnion .
The same incobility bug was reported before - ticket 130.
Log in to post a comment.
I have seen the same thing, and never thought to ask. It's not limited to only exe files but basically dir.extension in MS-DOS means dir *.extesnion .
The same incobility bug was reported before - ticket 130.