Post subject: Re: BetasCollector's Bootdisk Project Posted: Sat May 29, 2010 7:56 pm
Pro Beta Collector
Joined Sat May 15, 2010 1:59 am
Posts 455
Location Virginia, North America
Favourite OS Longhorn 4074
for the sake of taking the lazy route. I'd just say use WIN /B (Boot Logging) and let it write a BOOTLOG.TXT File. The Logo is not shown when the /B switch is present during execution.
else, you need to make a .RLE file that is black, and patch WIN.COM Getting a link to a patching tool, will edit this post when done
Post subject: Re: BetasCollector's Bootdisk Project Posted: Sun May 30, 2010 1:24 am
1337 Beta Collector
Joined Tue Jul 07, 2009 4:06 am
Posts 1076
Location C:\WINDOWS\System32
Favourite OS 7601 SP1
Jecag wrote:
for the sake of taking the lazy route. I'd just say use WIN /B (Boot Logging) and let it write a BOOTLOG.TXT File. The Logo is not shown when the /B switch is present during execution.
You correct! I used Virtual Basic 4.0 Working Model on Windows 95 VM. This is example. When I pressed "Partition and Format the drive", The new window appear. How to make like that?
Post subject: Re: BetasCollector's Bootdisk Project Posted: Sun May 30, 2010 1:38 am
Pro Beta Collector
Joined Sat May 15, 2010 1:59 am
Posts 455
Location Virginia, North America
Favourite OS Longhorn 4074
betascollector wrote:
Jecag wrote:
for the sake of taking the lazy route. I'd just say use WIN /B (Boot Logging) and let it write a BOOTLOG.TXT File. The Logo is not shown when the /B switch is present during execution.
You correct! I used Virtual Basic 4.0 Working Model on Windows 95 VM. This is example. When I pressed "Partition and Format the drive", The new window appear. How to make like that?
... what... Sir, I am terribly sorry, but (and no offence), I cannot understand what you are saying, Do you want a window that has a command button that when pressed calls up a new window?
If this is the case
1. Create a new form and give it a specific Name, Let's say the form name is "MaxiForm1" 2. In the code of your command button (with the caption "Partition and Format the drive") on the "Click" event procedure, type in as follows
Code:
MaxiForm1.Show
That should be it. If you want more of a visual representation, just ask.
Post subject: Re: BetasCollector's Bootdisk Project Posted: Sun May 30, 2010 3:06 am
1337 Beta Collector
Joined Tue Jul 07, 2009 4:06 am
Posts 1076
Location C:\WINDOWS\System32
Favourite OS 7601 SP1
Jecag wrote:
betascollector wrote:
Jecag wrote:
for the sake of taking the lazy route. I'd just say use WIN /B (Boot Logging) and let it write a BOOTLOG.TXT File. The Logo is not shown when the /B switch is present during execution.
You correct! I used Virtual Basic 4.0 Working Model on Windows 95 VM. This is example. When I pressed "Partition and Format the drive", The new window appear. How to make like that?
... what... Sir, I am terribly sorry, but (and no offence), I cannot understand what you are saying, Do you want a window that has a command button that when pressed calls up a new window?
If this is the case
1. Create a new form and give it a specific Name, Let's say the form name is "MaxiForm1" 2. In the code of your command button (with the caption "Partition and Format the drive") on the "Click" event procedure, type in as follows
Code:
MaxiForm1.Show
That should be it. If you want more of a visual representation, just ask.
Just
Code:
Form6.Show
and show the window! You correct again! But I edited autoexec.bat and config.sys. I tryed on Windows 98 ISO Bootdisk, But failed. I tryed again on MS-DOS 6.22 and MS-DOS 5.0, But failed. I tryed to edit on MS-DOS 6.22 and MS-DOS 5.0 and get "Device I/O Error". How to fix this?
Post subject: Re: BetasCollector's Bootdisk Project Posted: Sun May 30, 2010 3:22 pm
Pro Beta Collector
Joined Sat May 15, 2010 1:59 am
Posts 455
Location Virginia, North America
Favourite OS Longhorn 4074
... That's not specific enough. What exactly were you trying to do?
I assume that might be BOOTLOG.TXT writing to the floppy. I suggest using my earlier (yet harder) method. If you use it. no file will be produced during boot.
Jecag wrote:
else, you need to make a .RLE file that is black, and patch WIN.COM Getting a link to a patching tool, will edit this post when done
Post subject: Re: BetasCollector's Bootdisk Project Posted: Fri Jun 11, 2010 4:44 pm
1337 Beta Collector
Joined Tue Jul 07, 2009 4:06 am
Posts 1076
Location C:\WINDOWS\System32
Favourite OS 7601 SP1
When I try to SYS D:, This message appears: "Cannot SYS a network drive" D: is an CD-ROM, not Network Drive. Can you get the bootable MS-DOS CD-ROM that there is no RAM-DRIVE? Also, I replaced the Visual Basic 4.0 to Visual Basic 3.0, Because 4.0 Working Model says can open 2 modules. 3.0 can open up to more modules.
Post subject: Re: BetasCollector's Bootdisk Project Posted: Mon Jun 14, 2010 8:19 am
Guru Beta Collector
Joined Sun Dec 30, 2007 8:12 am
Posts 612
Windows 3.1
win.com is comprised from three files, eg
copy /b win.cfg+vgalogo.lgo+vgalogo.rle win.com
The limitation is that Win.com is a true COM file, must be less than 64K.
Windows does stange things to DOS memory (recall that it contains a slice of alpha code), which is why it is a bugger of a thing to install and run in a VM etc.
MS-DOS 8 is intended to be a Win9x loader, does not support running things like EMM386 etc. Windows 3.1 does not run under MS-DOS 8, because MS-DOS 8 is missing the essential features. I'm pretty sure that running it under something that calls it DOS 8 will not cause any harm (i have a version of 6.22 that can be doctored to report any version of DOS).
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.