VOGONS


First post, by jami3rez

User metadata
Rank Newbie
Rank
Newbie

I've been experimenting with the 'Super Easy DOS' Launcher from Phil's Computer Lab, a .pif file that allows for DOS to launch with CD and mouse drivers installed.

https://www.philscomputerlab.com/ms-dos-mode-super-easy.html

He also has a Soundblaster Live! driver that is installed and set-up in DOS with enhanced sound font, which I've been getting to work.

https://www.philscomputerlab.com/sound-blaster-live.html

The minor issue I have is having to run the driver initialisation every time I go into DOS. Is there a way to incorporate the load into the .pif?

Reply 1 of 6, by Linoleum

User metadata
Rank Member
Rank
Member

If you already installed the Live! driver package, including the DOS Driver package, you're very close... All you need to do is go in "Program > Advanced..." of your PIF shortcut. Then, you need to add these lines in the AUTOEXEC.BAT part:

The attachment IMG_5915.jpg is no longer available

Here, I am assuming the DOS drivers are getting installed into the "Program Files\Creative\DOSdrv" folder... Also, try to have the resources (DMA, IRQ) of your "Creative SB16 Emulation" in Windows match the ones in your "SET BLASTER" setting for DOS. That makes everything much easier, like play your DOS games both in DOS mode and Windows mode without having to change the SB16 DMA and IRQ settings of your games every time you switch between OS.

P3 866, V3, SB Audigy 2
P2 300, TNT, V2, Audigy 2 ZS
P233 MMX, Mystique 220, V1, AWE64
P100, S3 Virge GX, AWE64, WavetablePi & PicoGus
Prolinea 4/50, ET4000, SB 16, WavetablePi
486DX2 66, CL-GD5424, SB 32, SC55
SC386SX 25, TVGA8900, Audician32+

Reply 2 of 6, by Linoleum

User metadata
Rank Member
Rank
Member

I forgot to mention that in Phil's DOS launcher, those 3 lines will probably have to go under the ":EMC :XMC :CMC" portion AND the ":EM :XM :CM" portion of AUTOEXEC.BAT.

P3 866, V3, SB Audigy 2
P2 300, TNT, V2, Audigy 2 ZS
P233 MMX, Mystique 220, V1, AWE64
P100, S3 Virge GX, AWE64, WavetablePi & PicoGus
Prolinea 4/50, ET4000, SB 16, WavetablePi
486DX2 66, CL-GD5424, SB 32, SC55
SC386SX 25, TVGA8900, Audician32+

Reply 3 of 6, by jami3rez

User metadata
Rank Newbie
Rank
Newbie

Appreciate the input but this didn't work, when I load up DOS from the .bat it makes no mention of trying to load the Soundblaster Driver and gives Bad command or file name for the previously working CD and mouse drivers.

The SB dos drivers are in C:\Livedos so I changed the path to that and it made no difference. All the resources match what is listed for the SB16 Emulation.

Reply 4 of 6, by Linoleum

User metadata
Rank Member
Rank
Member
jami3rez wrote on 2025-04-23, 18:42:

Appreciate the input but this didn't work, when I load up DOS from the .bat it makes no mention of trying to load the Soundblaster Driver and gives Bad command or file name for the previously working CD and mouse drivers.

The SB dos drivers are in C:\Livedos so I changed the path to that and it made no difference. All the resources match what is listed for the SB16 Emulation.

Okay. Just remembered that in Phil's DOS package he created a batch file that loads everything for you... It's called LiveInit.bat. Remove everything I suggested in the PIF shortcut and replace it with C:\LIVEDOS\LIVEINIT.BAT.

P3 866, V3, SB Audigy 2
P2 300, TNT, V2, Audigy 2 ZS
P233 MMX, Mystique 220, V1, AWE64
P100, S3 Virge GX, AWE64, WavetablePi & PicoGus
Prolinea 4/50, ET4000, SB 16, WavetablePi
486DX2 66, CL-GD5424, SB 32, SC55
SC386SX 25, TVGA8900, Audician32+

Reply 5 of 6, by jami3rez

User metadata
Rank Newbie
Rank
Newbie

Thanks again, but no joy.

That .bat is what I’m running separately when I boot into DOS with Phil’s PIF. If I add it into the text as described it makes the other drivers fail to load (Bad command error) and the initialisation of the Soundblaster never launches.

I’ve also tried adding the line to Dosstart.bat to the same result.

Reply 6 of 6, by vico

User metadata
Rank Member
Rank
Member
jami3rez wrote on 2025-04-26, 10:47:

Thanks again, but no joy.

That .bat is what I’m running separately when I boot into DOS with Phil’s PIF. If I add it into the text as described it makes the other drivers fail to load (Bad command error) and the initialisation of the Soundblaster never launches.

I’ve also tried adding the line to Dosstart.bat to the same result.

Try adding the following lines to the .pif:

CD C:\LIVEDOS
LIVEINI.BAT
CD..