-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WineVDM and batch files #1242
Comments
This should be fine as long as you used install.inf to add the ntvdm64 reg entries. Otherwise you'd need to put "otvdm" before every win16 program in your batch file. |
Hi, thanks for your post. I am very new here, so I am looking at your simpler second suggestion as it avoids registry changes (risky for me).
|
The second is what you need as winevdm can't load bat files (use otvdmw to suppress the console window if you need to). |
Thanks. |
You can use batch files. You just need to run otvdmw from within the batch file not the other way around. Arguments should work just like that. |
If batch file can work properly that would be brilliant. |
To summarise: |
Did you copy the rest of the dlls too? They are needed for winevdm to work. |
Thanks. I didn't copy them. Which ones do I need? |
The ones in the dll dir. You don't necessarily need all of them but you'll have a hard time figuring out which ones so just copy the whole dir. The dummydll dir contents are in the windows directory which you probably don't need but a few programs do look for them there so you might. |
Thanks. I copied every file from DLL folder, and DummyDLL folder... but still didn't work... no crash, but no OBJ's created. |
In my limited experience if a DLL is missing, a program normally crashes with a message... here no crash or message... it just finishes with no OBJ created. |
Just to be clear, these are win16 programs right? Because if they are dos programs you'd be better off looking at dosbox-x or msdos player. |
Sorry, I thought DOS and 16-bit were the same or compatible. A shame! |
For Clipper, you should try vDos: www.vdos.info |
Thanks. I tried vdos, but like dosbox it uses its own folders, not mine... so I can't run clipper.exe. |
vDos uses any folder arrangement you choose, including your machine's folders. Please read the instructions. |
Ok, I will uninstall and reinstall, and see where I can select my own folders. Thanks |
You don't need to uninstall. Just edit autoexec.txt:
etc. |
Thanks. Combining your help and a youtube video, I have managed to create the OBJ files - great. |
Since you've got it working you should close this issue. |
Thanks |
WineVDM is great for standalone EXE's. What about a batch file that calls EXE with arguments?
The text was updated successfully, but these errors were encountered: