First post, by cingraham
Scenario:
O/S: Windows 8 Pro-64 Bit.
DOS Program: circa 1984 HBMS (Home Budget Management System)
Executable: HBMS.EXE
1. HBMS program and config files located in “C:\Program Files (x86)\HBMS\”
2. HBMS data files located in “C:\Users\Owner\Documents\HBMS\HBMS14\”
3. HBMS.EXE uses two command line parameters/arguments while launching HBMS.EXE.
3.1 "dC:\Users\Owner\Documents\HBMS\HBMS14\"; the "d" I assume means directory. The remainder is the path of the data files.
3.2 “y14”; I assume means fiscal year 2014.
4. The total path with executable and command line parameters is something along the lines of:
4.1 “C:\Program Files (x86)\HBMS\HBMS.EXE” dC:\Users\Owner\Documents\HBMS\HBMS14\ y14
I don’t know how to build my Dosbox item to mount the drive, declare the c drive, call the program from one directory and add parameters from a different directory, especially using a Windows Shortcut. I’d be OK with a *.bat file that I then create a shortcut with. It’s almost as if the HBMS program needs to be in the same directory as my data files that it uses.
I can get Dosbox to open HBMS. I can even get the year to populate but the directory is claimed to be invalid. I don’t believe I have a DOS short name issue.
Can you help? Thank you.
cingraham@llbean.com