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 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’ something.
FAQs.pdf
This document.
Getting Started.pdf
An introduction to vDos.
Icons.icl
Some alternative icons to eventually assign to vDos shortcuts.
Printing.pdf
Documentation on vDos printing capabilities. To be read once you come to printing from your DOS application(s).
vDos.exe
The Windows program emulating a DOS PC 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 should appear, awaiting a keystroke to start the 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 along 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: Those are optionally used by only a few (mainly utility) DOS programs. A Zip/Unzip
program version, ditto file manager and 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 (nor Windows) to blame you don't get what you hoped for. If you really want a full screen image, you'll
have to connect a 16:10 or old-fashion 4:3 sized monitor to your new Windows PC.
Troubleshooting
The printing capabilities/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).