lol, It's a command I use quite frequently. My full time job is developer but I work for a coompany that deals with the BIOS and I sometimes have to work on motherboards and other hardware.
Ben -------Original Message------- From: [EMAIL PROTECTED] Date: Wednesday, January 15, 2003 4:35:28 PM To: CF-Talk Subject: RE: MBR Ben, wow.... I'm calling you the next time that annoying "friend" of mine calls me with PC problems because he knows I "work with computers" : ) -Mark -----Original Message----- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 3:28 PM To: CF-Talk Subject: Re: MBR the best thing to do is use the debug command after booting to a Win 98 start up disk. Debug kills everything on the drive and wipes out all partitions. Pretty powerful command. After you type debug you will see the cursor flashing, You then type F 200 L200 0 <hit enter> a 100 <hit enter> mov ax,301 <hit enter> mov bx,200 <hit enter> mov cx,1 <hit enter> mov dx,0080(use 0080 for the first hard drive installed, if it is the second drive on the system us 0081 etc..) <hit enter> int 13 <hit enter> int 3 <hit enter> Leave a blank line <hit enter> g=100 <hit enter> q <hit enter> Then everything will be wiped. HTH, Ben -------Original Message------- From: [EMAIL PROTECTED] Date: Wednesday, January 15, 2003 3:45:32 PM To: CF-Talk Subject: MBR Sorry this is not a direct CF topic. I installed an older version of System Commander dual boot software (ms-dos) version. I need to remove it. I formatted all the partitions, but I believe it is partially installed in the Master Boot Record (is this possible?) How can I remove it from there please? Any older DOS cmds can do this? Thanks. RO HWW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

