VOGONS

Common searches


Search results

Display options

Re: For or alternate of For command

Since this command is already implemented in DOSBox SVN-lfn, if only DOSBox developers want to add it to the official build... I wouldn't expect that. No or next no games require LFN. I was only talking about the FOR command in this version though. Even though this build has built-in LFN support ( …

Re: path problems

I am not currently aware of a DOSBox version that will access network shares directly. However, vDosPlus does support for this. For example, you can do either of the following in vDosPlus: DIR \\SERVER1\FILES Or: USE E: \\SERVER1\FILES DIR E: The latter approach is preferred for DOS programs that do …

Re: For or alternate of For command

And for your information, recent versions of DOSBox SVN-lfn (like vDosPlus's internal shell) has a built-in FOR command. An example: for %f in (*.iso *.cue) do set cdlist=%cdlist% %f vDosPlus by default uses the 4DOS 8.00 shell, so advanced options of the FOR command like /F are natively supported …

Re: Long File Name (LFN) support

I have updated the DOSBox SVN-lfn to match the latest DOSBox SVN version 4052 in the latest build, which should include the fix linked from the above post, and also new commands FOR and PROMPT are added to the build. The download links for the latest builds remain the same.

Re: Long File Name (LFN) support

Updated for DOSBox SVN 4006. Also added the APM power down feature to shut down DOSBox SVN-lfn and (for Windows) DOS APIs that communicate with the Windows clipboard directly (e.g. 4DOS's clipboard feature via the CLIP: device name will work). The source code changes have been attached.

Re: DosBox-0.74-ES

Dominus wrote: Moving to patches forum for now. Maybe we need a fork forum 😉 Looking good, will have to try on OS X one day 😉 I support a fork forum, but, I am wondering if it should include all programs that were derived from DOSBox, such as vDos and vDos-lfn as well?

Re: Mouse copy/paste support

I have updated the binary and source code to match the latest SVN version r4006. Also, the PDCurses library is no longer required for the mouse copy/paste feature in macOS (OS X) if you set NOPDCLIP=1 in config.txt, similar to when you build it in Windows. This makes it easier to build the DOSBox …

Re: ykhwong's Dosbox build - wont compile

Ykhwong abandoned, sad but true. Can someone recommend a good unofficial build as a replacement? Preferably with xBRZ support as well? I see there is a DOSBox-X fork but I don't see a feature list for that anywhere. Have you tried the DOSBoxWP build by emendelson? Both download links and feature …

Re: Mouse copy/paste support

I've got a question :) Is it possible to change the codepage of the copied text from dosbox? The thing is I've got a software that is using codepage 437 and it displays correctly, but when I copy something to notepad (or similar software) the copied characters are incorrect (The "basic" letters are …

Re: Mouse copy/paste support

I am able to run the application but the copy/paste function isn't working at all. Today I will try to compile it with pdcurses in a way described below: - c_clipboard 1 c_win32clip 0 - ./configure --enable-core-inline LDFLAGS="-static-libgcc -static-libstdc++ -s" LIBS="-lvorbisfile -lvorbis -logg" …

Re: Mouse copy/paste support

I'm using Windows 7 Profesional x64 and MinGw with MSYS. Links to the config.log , configure and make outputs. http://s000.tinyupload.com/index.php?file_id=49802959473679183207 http://s000.tinyupload.com/index.php?file_id=44683756783135714961 http://s000.tinyupload.com/index.php?file_id= …

Page 8 of 13