I should add for anyone who's new and not familiar with FreeDOS: the CDROM.BAT (in \freedos\bin) attempts multiple drivers to support the CD-ROM drive, and it uses VECHO to print messages and VDELAY to make brief pauses. Here's how to "hard-code" the CD-ROM driver manually without it:
1. CD \freedos\bin 2. REN cdrom.bat cdrom.000 3. Create this CDROM.BAT file: @ECHO OFF DEVLOAD /Q C:\freedos\bin\UDVD2.SYS /D:CDROM1 /H SHSUCDX /D:CDROM1 /Q+ 4. Reboot The UDVD2 driver correctly detects my virtual CD-ROM drive on QEMU (I labeled mine "CDROM1") and SHSUCDX connects "CDROM1" as the E: drive. This may or may not work for VirtualBox or other virtual machines (I only have QEMU). On Thu, May 1, 2025 at 9:44 AM Jim Hall <jh...@freedos.org> wrote: > > Thanks! > > FYI that I get an error ("Unable to install the 'tools\v8power' > package) when installing T2505. My only options during the regular > install are reboot or return to DOS. (I'll send you a few screenshots > off-list.) I also tried SETUP ADV and was able to ignore the error > (skip it) and I also got the same error about the 'pkgtools' package. > > Everything else installed fine, but of course that means the 'vecho' > commands and other 'v' commands don't work after reboot, so I get "Bad > command or filename" for 'vecho' and 'vdelay' in the FDAUTO.BAT > startup. But I can work around that. :-) > > > > On Thu, May 1, 2025 at 7:14 AM Jerome Shidel via Freedos-devel > <freedos-devel@lists.sourceforge.net> wrote: > > > > The FreeDOS Interim Test Build T2505 for May is now available for download > > at: > > > > https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/test/ > > > > Changes since the FreeDOS 1.4 release: > > > > 2025-04-27 21:18:24 fdisk (Bernd Boeckmann): version 1.4.4 > > 2025-04-18 18:50:55 mtcp (Shidel): updated to version 2025-01-10 > > 2025-04-18 18:32:02 blocek (Shidel): updated to version 1.76 > > 2025-04-10 18:24:22 project_FD-NLS (Andrew Bird): Update freecom defaults > > from upstream. > > 2025-04-10 13:47:49 project_FD-NLS (shidel): Merge pull request #222 from > > andrewbird/nls-09 > > 2025-04-10 03:20:56 See [1] > > 2025-04-10 01:01:17 project_FD-NLS (Sebastian Rasmussen): Add Swedish > > translation of dosshell. > > 2025-04-10 00:56:42 project_FD-NLS (Sebastian Rasmussen): Add Swedish > > translation of mysysinf. > > 2025-04-10 00:51:20 project_FD-NLS (Sebastian Rasmussen): Add Swedish > > translation of fdrepo. > > 2025-04-10 00:21:02 project_FD-NLS (Sebastian Rasmussen): Fix typos in the > > original English files for many projects. > > 2025-04-10 00:18:00 project_FD-NLS (Sebastian Rasmussen): Add fdrepo to > > test script. > > 2025-04-10 00:13:48 project_FD-NLS (Sebastian Rasmussen): Rename Swedish > > translation of HTMLHELP. > > 2025-04-10 00:12:15 project_FD-NLS (Sebastian Rasmussen): Add Swedish > > translation on share. > > 2025-04-09 21:12:38 project_FD-NLS (shidel): Merge pull request #221 from > > sebras/add-swedish-translations > > 2025-04-09 21:12:14 project_FD-NLS (shidel): Merge pull request #220 from > > sebras/make-tests-pass > > 2025-04-09 21:11:40 project_FD-NLS (shidel): Merge pull request #219 from > > sebras/fix-typos > > 2025-04-09 15:57:26 project_FD-NLS (Sebastian Rasmussen): Add Swedish > > translation of edict. > > 2025-04-08 15:46:50 fdhelper (Shidel): CDROM - fix typo error of extensions > > in help > > 2025-04-08 15:45:26 project_FD-NLS (Shidel): FDHelper, CDROM - fix typo > > error of extensions > > 2025-04-07 21:40:43 project_FD-NLS (cardpuncher): Initial French & Turkish > > fdrepo translations > > 2025-04-07 15:48:31 project_FD-NLS (shidel): Merge pull request #218 from > > cardpuncher/master > > 2025-04-07 09:54:05 project_FD-NLS (Shidel): removed UTF-8 extensions from > > FDRepo translations > > 2025-04-07 09:36:04 project_FD-NLS (Shidel): moved FDRepo translations into > > a NLS dir > > 2025-04-07 01:50:57 project_FD-NLS (shidel): Update readme.txt > > 2025-04-07 01:35:33 project_FD-NLS (Shidel): added initial FDRepo > > translations > > 2024-04-01 00:00:00 See [2] > > > > [1] ALL PACKAGES received a: "NLS: English typo corrections and Swedish > > translation update." > > This was in part from merging a large number of typographic corrections to > > English text > > that was provided by Sebastian Rasmussen on the FD-NLS project. Also, there > > were numerous > > optimizations to the LSM metadata and LSM translations performed by the new > > version of > > fdvcs. > > > > [2] A few packages had updates to their unstable branch after T2503 (RC3). > > These will > > not show up in this changes summary because they happened before FreeDOS > > 1.4 was released. > > So, the actual list of packages with updated versions for T2505 is as > > follows: > > > > * fdisk - version 1.4.4 > > * mtcp - version 2025-01-10 > > * blocek - version 1.76 > > * fdhelper - version 1.3.6 > > * xcopy - version 1.9 > > * jwasm - version 2.19 > > * upx - version 5.0.0 > > * sbemu - version 1.0.0-beta5 > > * bolitare - version 0.63 > > > > :-) > > > > Jerome > > > > _______________________________________________ > > Freedos-devel mailing list > > Freedos-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/freedos-devel _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel