FAQs
FAQs
Install vDos
When you run the downloaded vDosSetup installation program, it will offer to create a vDos folder on your C: drive.
You can select another location, but C:\vDos is a good starting point for a first-time impression and testing.
vDosSetup doesn’t modify anything to your Windows system internals. It only creates that vDos folder and a desktop
shortcut. There’s even no uninstall option. If vDos doesn't work for you, you'll have to delete those two items by hand!
The vDos folder will contain these files:
autoexec.txt
The equivalent of DOS autoexec.bat.
config.txt
DOS had config.sys, Windows config.nt, vDos has config.txt. Like autoexec.txt, the .txt extension is for easy
editing, without Windows trying to ‘execute’ it.
FAQs.pdf
This document.
Icons.icl
Some alternative icons to eventually assign to vDos shortcuts.
Printing.pdf
Documentation of vDos printing capabilities.
Readme.pdf
An introduction to vDos.
vDos.exe
The Windows program emulating a DOS PC in a window to run your application(s).
And two subfolders:
DPTEST
The DOS DataPerfect TestDrive demo program, started by the initial autoexec.txt file.
EXTRA
Rarely used DOS specific code page files, missing in Windows.
Start vDos by the desktop shortcut “vDos - Initial test”. Its window will show, awaiting a keystroke to start the before
mentioned demo program.
No LFN support
DOS was originally restricted to 8.3 filenames; 1-8 characters for the name, 1-3 characters for an optional extension.
Windows came with “Long File Names” (LFN), supporting up to 255 characters. Microsoft also came up with a
scheme so DOS programs could access those LFN files: “Short File Names” (SFN).
vDos doesn't support LFN directly: Those are optionally used by only a few (mainly utility) DOS programs. A
Zip/Unzip program version, ditto file manager and some other obscure examples, just silly to be started in vDos. You
have genuine Windows program for that! A list of LFN aware DOS programs.
It’s not vDos or Windows to blame you don't get what you perhaps hoped for.
Troubleshooting
The printing capabilities and options of vDos are covered by the Printing.pdf document in the vDos folder. If printing
doesn't work as expected: Read that document. Many questions in the past just came from not reading (anything).
vDos creates two files before the actual printing process starts: #LPTx/#COMx.asc (x being the port number), and a
.txt version of that. Those however have no value for vDos itself. The .txt version is mostly a means to export (large
amounts of) data, to be imported by a Windows program (the DOS ASCII text is translated to Windows Unicode). The
.asc version contains the data stream as send by your program to the printer. It is generated to facilitate an eventual
third-party DOS-to-Windows print processor, and for debugging purposes.
If you have an issue with printing: Submit a copy of the generated .asc file, so the problem can be reproduced and
investigated (that’s the debugging part).