Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Style
.key
{
 border-right: #000000 1px solid;
 padding-right: 1px;
 border-top: #000000 1px solid;
 padding-left: 1px;
 font-size: 12px;
 font-weight: normal;
 border-left: #000000 1px solid;
 border-bottom: #000000 1px solid;
}
Info

This space is being written at the moment, so information might seem incomplete. Come back later, or watch this space so you can receive update notifications when new stuff is being written.

 

Anchor
dos and windows file names
dos and windows file names
DOS and Windows File names

A DOS file name is in the format of eight characters, a period (.) then a further 3 characters. This is described as 8.3 file name. A windows file name can, and usually is, longer. The effect of this is that if a long Windows file name is viewed in a DOS program, the file name does not appear correctly. See what happens if PipeDream is used in the C:\Program Files\DOS\PIPED directory when using the following command.  


Highlight
lightgrey
classkey
lightgrey

ALT

 File Load

Image Added

Notice that the DOS directory is shown as C:\PROGRA~1\DOS\PIPED instead of the correct name in Windows, C:\Program Files\DOS\PIPED

Image Added

This is why it is suggested that all DOS programs are installed in C:\DOS directory, keeping all directory names short and near the root.