VOGONS

Common searches


Search results

Display options

Re: Premade DOS Hard Drive Image

in DOS
You are asking for trouble. I was going to post the same thing :D I feel like the "YOU WILL REGRET THIS!" guy from SimCity 2000. The scheme wierd_w proposes where you do the partitioning and format on the target system has worked for me (or at least I'm pretty sure it has). Alternatively, you can …

Re: The IBM Game Port, more than just games

in Milliways
Pierre32 wrote on 2024-04-07, 08:32: I picked this up late last year, but haven't gotten to playing with it yet. It's a gameport oscilloscope interface, sold in kit form back in the day. Wow, nice! I notice JayCar and Dick Smith products that look very similar, were they both just putting their …

Re: The IBM Game Port, more than just games

in Milliways
Yeah, that stuff was definitely popular in the DOS days, but if you had Windows 3.0 with Multimedia Extensions, or Windows 3.1, you could install the joystick driver, and then also read the joystick port from Visual Basic, Turbo Pascal for Windows, etc. I can provide more details on Visual Basic if …

Re: The IBM Game Port, more than just games

in Milliways
Yeah, that stuff was definitely popular in the DOS days, but if you had Windows 3.0 with Multimedia Extensions, or Windows 3.1, you could install the joystick driver, and then also read the joystick port from Visual Basic, Turbo Pascal for Windows, etc. I can provide more details on Visual Basic if …

Re: Batch for running software in DOS

The easiest way to test a specific memory configuration is to create an environment variable in AUTOEXEC.BAT that persists in memory and then test it. I'm sure you know this, but for anyone reading who might not: the CONFIG environment variable is set to the menu item name in CONFIG.SYS when you …

Re: DOS/SMB/Mounting images

Network designers have found that latency has a significant impact on the performance of the SMB 1.0 protocol, that it performs more poorly than other protocols like FTP. Monitoring reveals a high degree of "chattiness" and a disregard of network latency between hosts.[13] For example, a VPN …

Re: Batch for running software in DOS

You could use GOTO as workaround and thus something like the folloing. The GOTO workaround also works in very early DOS Versions, like 3.3. I'm not a fan of this, since as I said it's more typing to run this - instead of just "WC2" you need to type "GO WC2" or something - but yes, it does have the …

Re: Batch for running software in DOS

Set /P SomeVariable=any input Does DOS actually support this, or just Win32 CMD.EXE? I tried running "HELP SET" under MS-DOS 6.22, but on this particular VM I have 4DOS installed so learned that the /P parameter to SET means "pause" in 4DOS, like the /P parameter to DIR :D Okay, let's try that …

Re: DOS/SMB/Mounting images

I'd like to point out that OP didn't specify any protocol/fs, so things like NFS or Novell Netware are still on the table. Though I have little experience with both, at least within DOS, but maybe one of you guys has an idea how appropriate they'd be here? I don't really know. All I know is that in …

Re: DOS/SMB/Mounting images

Again, the problem is with opportunistic locking, or rather, its lack there of, with SMB1.0 This mostly manifests in issues with ensuring data integrity on writes, but also causes problems with caching on reads, with large files. I think you must be addressing my suggestion since nothing else has …

Re: Batch for running software in DOS

then having game specific variables get populated and used, based on what the user picks. How does the picking part work? Using the CHOICE command, which was only introduced in MS-DOS 6? Accepting a command-line parameter, which means you have to type more? Or something nicer? Sorry if I missed …

Re: DOS/SMB/Mounting images

A simpler option you could consider - although it might not be suitable in all cases - would be mounting .iso file(s) on whatever machine is hosting the server, and then sharing the contents as regular folders. Depending on what your server's operating system is and whether it's running on a …

Re: Batch for running software in DOS

By the way, the suggestion to increase the permitted size of the environment variables so that the PATH variable can be longer becomes quite ugly if you then want to edit the PATH variable in the AUTOEXEC.BAT with EDIT from MS-DOS 6.x to add about 60 game folders. Although EDIT allows you to read …

Page 2 of 22