Are you saying that you don't have the original source for these files anywhere? Because there are free alternatives to QuickBASIC which can easily run old QuickBASIC source code in Windows, namely FreeBASIC.
bkoopers wrote:Is there any software package available (similar to DOSBox), that will allow me to run my old compiled QuickBASIC software intermixed with batch files that support long file names?
I'm not sure if TameDOS can do anything with long file names, but it might be worth a look.
Maybe I need to find somebody that I can pay to convert my old QuickBASIC software to a current day software. I just don't have the time to do it myself but I still need to use the software. Is there a place I can advertise for a programmer to see how much it would cost?
I'm a little unclear on what exactly you need. You say "the code makes calls to DOS batch files that do support long file names", which suggests that your QuickBASIC program doesn't actually manipulate long filenames itself. It seems to me that it might be feasible to change the batch files to log the filename changes instead of changing them right away, and then run a batch file in Windows to actually change the names.
bkoopers wrote:Once the files are processed, I need to use them in regular Windows software. If I had a "VM with x86 windows (95 to XP) on it", would that not be like having a separate computer and a separate file system or can the files be shared between the VM system and regular Windows?
To be quite clear, while the main OS components of the VM would pretty much have to reside on their own disk image, it is otherwise fairly trivial to share files between the VM and regular Windows.
Dominus wrote:VMWare Lite might be an option, too
I've never even heard of that before. What exactly is the difference? Google is kind of unhelpful.