Re: [Freedos-devel] drives.exe

2015-01-07 Thread Mercury Thirteen
Updated version 1.2! Drives now checks floppy drives to see if they're empty and no longer prints the launch banner to make it integrate into the OS much more smoothly. There's more I want to do with this program, but I'm about to enter a busy str

Re: [Freedos-devel] drives.exe

2015-01-06 Thread Mercury Thirteen
Interesting! I guess that's my one thing I've learned today lol *Mercury* isn't my birth name either ;-) On Mon, Jan 5, 2015 at 6:13 PM, Rugxulo wrote: > Hi, > > On Mon, Jan 5, 2015 at 4:09 PM, Mercury Thirteen > wrote: > > > > Thanks for that! I wasn't aware :) > > I wasn't sure either, but a

Re: [Freedos-devel] drives.exe

2015-01-05 Thread Rugxulo
Hi, On Mon, Jan 5, 2015 at 4:09 PM, Mercury Thirteen wrote: > > Thanks for that! I wasn't aware :) I wasn't sure either, but apparently that's their bug, so we can't really fix it. > By the way.. how does one pronounce your name? I'm imagining something like > "Rug-zoo-low"? Roo-JEW-lo (red gu

Re: [Freedos-devel] drives.exe

2015-01-05 Thread Mercury Thirteen
Thanks for that! I wasn't aware :) By the way.. how does one pronounce your name? I'm imagining something like "Rug-zoo-low"? On Mon, Jan 5, 2015 at 4:55 PM, Rugxulo wrote: > Hi, > > On Fri, Jan 2, 2015 at 9:13 AM, Mercury Thirteen > wrote: > > > > Jim, I think I broke the link you posted in

Re: [Freedos-devel] drives.exe

2015-01-05 Thread Rugxulo
Hi, On Fri, Jan 2, 2015 at 9:13 AM, Mercury Thirteen wrote: > > Jim, I think I broke the link you posted in the News section of FreeDOS.org. > Per your suggestion the archive is now called drives11.zip. FYI, this appears to be a quirk (bug) of SourceForge. It doesn't update the news properly onc

Re: [Freedos-devel] drives.exe

2015-01-02 Thread Mercury Thirteen
I think that would almost have to be emulator-related. It seems your copy of DOSemu isn't simulating the disks fully enough for Drives to detect them. I'd be interested to learn the extent to which it *does* simulate them, so I could extend my program to work anyway, though. On Wed, Dec 31, 2014 a

Re: [Freedos-devel] drives.exe

2015-01-02 Thread Mercury Thirteen
Jim, I think I broke the link you posted in the News section of FreeDOS.org. Per your suggestion the archive is now called *drives11.zip*. -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored b

Re: [Freedos-devel] drives.exe

2014-12-31 Thread Christopher Evans
My version does in DOSEMU running netrunner linux enigma I just recompiled this with mytoolbox with a patched CRT.lib. usage: fu /DRIVETYPE http://digitalatoll.com/pub/DMSOFT/fu-2.32r50.zip -- -Chris Evans Computer Consultant, Systems Administrator, Programmer, PC technician Digitalatoll Solutio

Re: [Freedos-devel] drives.exe

2014-12-31 Thread Jim Hall
On Linux DOSemu, DRIVES doesn't report any disks at all. I just get "Detected drives: 0" Here's a screenshot: http://www.freedos.org/jhall/temp/dosemu-drives-screenshot.png But from FreeDOS, I have C:, D:, E:, and Z: drives. DOSemu version 1.4.0.8 - 18.20131022git.fc20 on Fedora 21. I'm using

Re: [Freedos-devel] drives.exe

2014-12-29 Thread Travis Siegel
On Dec 26, 2014, at 12:00 PM, Mercury Thirteen wrote: > I thought the same as Ralf and was surprised to see the vertical bar being > used, and I also wasn't aware you could have more than 26 drives either. > But Drives now checks for letters A - Z, the additional symbols and all > numbers too. Th

Re: [Freedos-devel] drives.exe

2014-12-29 Thread Mercury Thirteen
I eventually need to put up an actual page for the program telling what it does. But for now, here 's a direct link which will allow a basic download. On Mon, Dec 29, 2014 at 3:26 PM, Jim Hall wrote: > > > On Fri, Dec 26, 2014 at 11:00 AM, Mercury

Re: [Freedos-devel] drives.exe

2014-12-29 Thread Jim Hall
On Fri, Dec 26, 2014 at 11:00 AM, Mercury Thirteen wrote: > I thought the same as Ralf and was surprised to see the vertical bar being > used, and I also wasn't aware you could have more than 26 drives either. > But Drives now checks for letters A - Z, the additional symbols and all > numbers too

Re: [Freedos-devel] drives.exe

2014-12-29 Thread Mercury Thirteen
I thought the same as Ralf and was surprised to see the vertical bar being used, and I also wasn't aware you could have more than 26 drives either. But Drives now checks for letters A - Z, the additional symbols and all numbers too. That oughta pretty well cover it lol -

Re: [Freedos-devel] drives.exe

2014-12-24 Thread Jim Hall
On Wednesday, December 24, 2014, Ralf Quint wrote: > On 12/23/2014 7:47 PM, Travis Siegel wrote: > > I don't know how thorough you want to be, but msdos 5+, and some > versions of both opendos and ptsdos, you can actually have more than 26 > drives, up to 32 if I remember correctly. I saw (once)

Re: [Freedos-devel] drives.exe

2014-12-24 Thread Ralf Quint
On 12/23/2014 7:47 PM, Travis Siegel wrote: > I don't know how thorough you want to be, but msdos 5+, and some versions of > both opendos and ptsdos, you can actually have more than 26 drives, up to 32 > if I remember correctly. I saw (once) which characters they used for the > additional 6 dri

Re: [Freedos-devel] drives.exe

2014-12-24 Thread Matej Horvat
On Wed, 24 Dec 2014 00:56:39 +0100, Mercury Thirteen wrote: > Feedback is welcome! First of all, the functions TrimLeft$ and TrimRight$ are not called at all, so you can remove them to save a few bytes (QB will not automatically remove them). And +1 for prefixing constants with "k". :D J

Re: [Freedos-devel] drives.exe

2014-12-24 Thread Bret Johnson
There's also the DRIVES.COM that ships with my DOS USB drivers (available at http://bretjohnson.us). It's quite a bit more "techie" than the others, in that it actually shows you the information stored in the various internal DOS tables, such as device driver memory addresses and unit numbers (

Re: [Freedos-devel] drives.exe

2014-12-24 Thread Mercury Thirteen
On Wed, Dec 24, 2014 at 2:26 AM, Rugxulo wrote: > Right now, I'm using my laptop. I do have a RUFUS USB stick lying > around if you want me to test under raw FreeDOS, but I'm not doing > anything unusual with drives. In other words, my testing is limited in > usefulness. But I have been playing

Re: [Freedos-devel] drives.exe

2014-12-23 Thread Rugxulo
Hi, On Tue, Dec 23, 2014 at 5:56 PM, Mercury Thirteen wrote: > > In keeping with Tom's earlier suggestion, I give you Drives, the disk info > tool - now in standalone form! :) > > It's still a bit buggy - I have to sort out an issue with repeating drive > labels and a couple other odds and ends -

Re: [Freedos-devel] drives.exe

2014-12-23 Thread Travis Siegel
I don't know how thorough you want to be, but msdos 5+, and some versions of both opendos and ptsdos, you can actually have more than 26 drives, up to 32 if I remember correctly. I saw (once) which characters they used for the additional 6 drives, but I don't remember what they were. Looking i

[Freedos-devel] drives.exe

2014-12-23 Thread Mercury Thirteen
In keeping with Tom's earlier suggestion, I give you *Drives*, the disk info tool - now in standalone form! :) It's still a bit buggy - I have to sort out an issue with repeating drive labels and a couple other odds and ends - but 90% of the program is usable and functional. Just type "drives" and