Click here to Skip to main content
16,016,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
pl help me 16-bit exe run in 64-bit system
i am using DOS BOX .
three type argument passing in exe so not run in dos box but
no argument exe run ...
help 16-bit exe run in 64-bit system

coding

C:\DOSBox-0.74\DOSBox.exe c:\LOADFIX.COM c:\CP2.exe -c "mount c: D:\carlos\LOADFIX.COM D:\carlos\CP2.exe D:\carlos\A1051011.xml D:\carlos\A1051011.hyp D:\carlos\XmlD.set" -exit


OR

C:\DOSBox-0.74\DOSBox.exe loadfix -64 -c "mount c: D:\carlos" -c "C:" -c "c:\LOADFIX.COM c:\CP2.exe A1051011.xml A1051011.hyp XmlD.set" loadfix -f -exit
Posted
Updated 27-May-14 18:11pm
v3
Comments
Kornfeld Eliyahu Peter 27-May-14 3:19am    
Unclear! What your problem? There is an error? Can't run under DOSBox?

1 solution

Simple - use double quotes:
dosbox "dir *.cs"
Everything within the double quotes will be treated as a simple command, so the arguments will be passed to your application rather than processed by DosBox
 
Share this answer
 
Comments
Member 10420597 28-May-14 0:10am    
C:\DOSBox-0.74\DOSBox.exe c:\LOADFIX.COM c:\CP2.exe -c "mount c: D:\carlos\LOADFIX.COM D:\carlos\CP2.exe D:\carlos\A1051011.xml D:\carlos\A1051011.hyp D:\carlos\XmlD.set" -exit

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900