Computing.Net > Forums > Disk Operating System > Unique .Com file request

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Unique .Com file request

Reply to Message Icon

Name: Tyler Kellen
Date: July 31, 2002 at 01:47:40 Pacific
Comment:

I'm looking for a .com file that will load a universal cd-rom driver. I don't mean a dynamic device loader, I mean a .com file that will do the loading for me. Something akin to the ansi.com that loads up the same thing ansi.sys would in a config.sys file. Does anyone know if there is something like this in existance?



Sponsored Link
Ads by Google

Response Number 1
Name: Doc
Date: July 31, 2002 at 01:54:02 Pacific
Reply:

Might try searching here.
http://www.simtel.net/


0

Response Number 2
Name: michdaugh
Date: July 31, 2002 at 06:01:18 Pacific
Reply:

Loading a CD Rom driver is always a two step process. 1) Load the driver into memory and 2) Load the CD Extensions software. I know of no such program to do this all in one step. However, if you were to load the device driver dynamically like you stated, you could execute both the steps via one batch file. I.E.

::cdrom.bat
device cd-rom.sys
mscdex /d:cd-rom.sys
::end of batch

Now this is just a generic example, but if you plug in the specifics of you CD-ROM and provide the correct path to all the necessary files,it should work. The next step is just to download a bat2exe or bat2com batch compiler program and compile the batch file to a .com or .exe file and you should be good to go.

Hope this helps,
Michael


0

Response Number 3
Name: Tyler Kellen
Date: July 31, 2002 at 15:29:07 Pacific
Reply:

If that bat2exe or bat2com also compiled the cd-rom device driver that would work perfectly. I'm looking for an all in one point and click set up for "most" computers.


0

Response Number 4
Name: michdaugh
Date: July 31, 2002 at 17:26:15 Pacific
Reply:

Tyler,

I will make it for you and e-mail it to you tomorrow.

-Michael


0

Response Number 5
Name: Tyler Kellen
Date: August 1, 2002 at 00:07:36 Pacific
Reply:

Thanks Michael, I really appreciate it! Additionally, would you mind tossing in the info as to how you went about it? I understand exactly what you were saying as far as the bat2com or bat2exe procedure goes, but would that also compile in the driver and the device loading program in the process? I'm going to give that a shot in a minute here to see for myself.

-Tyler


0

Related Posts

See More



Response Number 6
Name: Michael
Date: August 1, 2002 at 12:09:04 Pacific
Reply:

Tyler,

When I posted the message I knew exactly how I was going to about it. Now, I have no earthly clue what I was thinking. No matter how many times I have gone over it in my head, I can't figure out how to do it in less than 2 files! I'll have to get back to you.

-Michael


0

Response Number 7
Name: Tyler Kellen
Date: August 1, 2002 at 22:12:21 Pacific
Reply:

I see you have reached the same quandry as I. I've only just started looking at this, but I know there must be some way to utilize existing code to make a self-contained cd-rom device loader!

(god, i'm such a computer nerd)

-Tyler


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Unique .Com file request

.COM files wont open anything www.computing.net/answers/dos/com-files-wont-open-anything/14311.html

COM file for date extraction www.computing.net/answers/dos/com-file-for-date-extraction/14126.html

Mouse.Com File www.computing.net/answers/dos/mousecom-file-/8230.html