|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| WinXP boot disk, WinXP DOS Hello. What are the rules for tinkering with DOS in WinXP ? I see that the traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the traditional commands if I am in a DOS session in Windows, but I can't run any of them if I boot with a WinXP diskette. I haven't figured how to do much of anything with the boot diskette. I'm very handy with old fashioned DOS but I don't understand how things are hooked up in WinXP. Can someone point me to a webpage that explains how this stuff is hooked up in WinXP. |
| |||
| Re: WinXP boot disk, WinXP DOS DOS in XP is called command-line which I think is super-set of DOS. See http://www.microsoft.com/resources/d....mspx?mfr=true HTH-Larry On Mon, 11 Dec 2006 22:26:27 -0800, "Patches Forever" <mr.correct@comcast.net> wrote: |Hello. What are the rules for tinkering with DOS in WinXP ? I see that the |traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the |traditional commands if I am in a DOS session in Windows, but I can't run |any of them if I boot with a WinXP diskette. I haven't figured how to do |much of anything with the boot diskette. I'm very handy with old fashioned |DOS but I don't understand how things are hooked up in WinXP. | |Can someone point me to a webpage that explains how this stuff is hooked up |in WinXP. | | Any advise is my attempt to contribute more than I have received but I can only assure you that it works on my PC. GOOD LUCK. |
| |||
| Re: WinXP boot disk, WinXP DOS "Patches Forever" <mr.correct@comcast.net> wrote in message news:srGdnW0wyNYF1uPYnZ2dnUVZ_tGsnZ2d@comcast.com. .. > Hello. What are the rules for tinkering with DOS in WinXP ? I see that the > traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the > traditional commands if I am in a DOS session in Windows, but I can't run > any of them if I boot with a WinXP diskette. I haven't figured how to do > much of anything with the boot diskette. I'm very handy with old fashioned > DOS but I don't understand how things are hooked up in WinXP. > > Can someone point me to a webpage that explains how this stuff is hooked up > in WinXP. > You did not explain what exactly you mean when you talk about a WinXP diskette but regardless of what it is, it will never run any of the commands located in the System32 folder. These commands require Windows to up up and running and your boot diskette cannot possibly launch Windows. A good starting point might be for you to explain what exactly you're trying to achieve when booting your PC with this "boot diskette" and how you manufactured it. |
| |||
| Re: WinXP boot disk, WinXP DOS "Patches Forever" <mr.correct@comcast.net> wrote: >Hello. What are the rules for tinkering with DOS in WinXP ? I see that the >traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >traditional commands if I am in a DOS session in Windows, but I can't run >any of them if I boot with a WinXP diskette. I haven't figured how to do >much of anything with the boot diskette. I'm very handy with old fashioned >DOS but I don't understand how things are hooked up in WinXP. There's no DOS in XP. There is a 32-bit command console. It runs 32-bit console commands, many of which are very much like their old DOS counterparts. Many of them have additional options. And console programs scan do anything that a Windows GUI program can do, even open windows. You can get a list of built-in commands by opening a console window and typing "help" (no quotes, of course). Then find out about each program by typing its name followed by "/?". For example, to get all the options for the "dir" command, type dir /? And of course you should look at the web page that Larry pointed to. As for your bootup disk: what is that? How did you make it? -- Tim Slattery MS MVP(DTS) Slattery_T@bls.gov |
| |||
| Re: WinXP boot disk, WinXP DOS I apologize for the flame. Bill S. "Pegasus (MVP)" <I.can@fly.com> wrote in message news:%23emNVMeHHHA.420@TK2MSFTNGP06.phx.gbl... > > "Patches Forever" <mr.correct@comcast.net> wrote in message > news:srGdnW0wyNYF1uPYnZ2dnUVZ_tGsnZ2d@comcast.com. .. >> Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the >> traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >> traditional commands if I am in a DOS session in Windows, but I can't run >> any of them if I boot with a WinXP diskette. I haven't figured how to > do >> much of anything with the boot diskette. I'm very handy with old > fashioned >> DOS but I don't understand how things are hooked up in WinXP. >> >> Can someone point me to a webpage that explains how this stuff is hooked > up >> in WinXP. >> > > You did not explain what exactly you mean when you talk > about a WinXP diskette but regardless of what it is, it will > never run any of the commands located in the System32 > folder. These commands require Windows to up up and > running and your boot diskette cannot possibly launch Windows. > > A good starting point might be for you to explain what > exactly you're trying to achieve when booting your PC with > this "boot diskette" and how you manufactured it. > > |
| |||
| Re: WinXP boot disk, WinXP DOS There is an option to make one of these disks. You right click A drive in Explorer, then choose FORMAT and there is an option to create a DOS boot disk. I didn't analyze the floppy in detail but it doesn't have a binary MSDOS.SYS file like DOS 6.22. It is like a Win98 MSDOS.SYS file. It is a text file. The dates on the various files are 6-8-2000. So I guess it is basically COMMAND.COM and IO.SYS from Win98. Thank you for the info. It is helpful information. Bill S. "Tim Slattery" <Slattery_T@bls.gov> wrote in message news:v2etn2ti25mb65lfpr53oar9kl4gq228q0@4ax.com... > "Patches Forever" <mr.correct@comcast.net> wrote: > >>Hello. What are the rules for tinkering with DOS in WinXP ? I see that >>the >>traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >>traditional commands if I am in a DOS session in Windows, but I can't run >>any of them if I boot with a WinXP diskette. I haven't figured how to >>do >>much of anything with the boot diskette. I'm very handy with old >>fashioned >>DOS but I don't understand how things are hooked up in WinXP. > > There's no DOS in XP. There is a 32-bit command console. It runs > 32-bit console commands, many of which are very much like their old > DOS counterparts. Many of them have additional options. And console > programs scan do anything that a Windows GUI program can do, even open > windows. > > You can get a list of built-in commands by opening a console window > and typing "help" (no quotes, of course). Then find out about each > program by typing its name followed by "/?". For example, to get all > the options for the "dir" command, type > > dir /? > > And of course you should look at the web page that Larry pointed to. > > As for your bootup disk: what is that? How did you make it? > > -- > Tim Slattery > MS MVP(DTS) > Slattery_T@bls.gov |
| |||
| Re: WinXP boot disk, WinXP DOS Thanks. Bill S. "Larry(LJL269)" <NO@EMAIL.COM> wrote in message news:a2lsn2tulo42okhb6ld95glbf7ddlfneej@4ax.com... > DOS in XP is called command-line which I think is > super-set of DOS. See > http://www.microsoft.com/resources/d....mspx?mfr=true > > HTH-Larry > > On Mon, 11 Dec 2006 22:26:27 -0800, "Patches Forever" > <mr.correct@comcast.net> wrote: > > |Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the > |traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the > |traditional commands if I am in a DOS session in Windows, but I can't run > |any of them if I boot with a WinXP diskette. I haven't figured how to > do > |much of anything with the boot diskette. I'm very handy with old > fashioned > |DOS but I don't understand how things are hooked up in WinXP. > | > |Can someone point me to a webpage that explains how this stuff is hooked > up > |in WinXP. > | > | > > Any advise is my attempt to contribute more than I have received but I can > only assure you that it works on my PC. GOOD LUCK. |
| |||
| Re: WinXP boot disk, WinXP DOS Thanks. Bill S. "Larry(LJL269)" <NO@EMAIL.COM> wrote in message news:a2lsn2tulo42okhb6ld95glbf7ddlfneej@4ax.com... > DOS in XP is called command-line which I think is > super-set of DOS. See > http://www.microsoft.com/resources/d....mspx?mfr=true > > HTH-Larry > > On Mon, 11 Dec 2006 22:26:27 -0800, "Patches Forever" > <mr.correct@comcast.net> wrote: > > |Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the > |traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the > |traditional commands if I am in a DOS session in Windows, but I can't run > |any of them if I boot with a WinXP diskette. I haven't figured how to > do > |much of anything with the boot diskette. I'm very handy with old > fashioned > |DOS but I don't understand how things are hooked up in WinXP. > | > |Can someone point me to a webpage that explains how this stuff is hooked > up > |in WinXP. > | > | > > Any advise is my attempt to contribute more than I have received but I can > only assure you that it works on my PC. GOOD LUCK. |
| |||
| Re: WinXP boot disk, WinXP DOS I apologize for the flame. Bill S. "Pegasus (MVP)" <I.can@fly.com> wrote in message news:%23emNVMeHHHA.420@TK2MSFTNGP06.phx.gbl... > > "Patches Forever" <mr.correct@comcast.net> wrote in message > news:srGdnW0wyNYF1uPYnZ2dnUVZ_tGsnZ2d@comcast.com. .. >> Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the >> traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >> traditional commands if I am in a DOS session in Windows, but I can't run >> any of them if I boot with a WinXP diskette. I haven't figured how to > do >> much of anything with the boot diskette. I'm very handy with old > fashioned >> DOS but I don't understand how things are hooked up in WinXP. >> >> Can someone point me to a webpage that explains how this stuff is hooked > up >> in WinXP. >> > > You did not explain what exactly you mean when you talk > about a WinXP diskette but regardless of what it is, it will > never run any of the commands located in the System32 > folder. These commands require Windows to up up and > running and your boot diskette cannot possibly launch Windows. > > A good starting point might be for you to explain what > exactly you're trying to achieve when booting your PC with > this "boot diskette" and how you manufactured it. > > |
| |||
| Re: WinXP boot disk, WinXP DOS There is an option to make one of these disks. You right click A drive in Explorer, then choose FORMAT and there is an option to create a DOS boot disk. I didn't analyze the floppy in detail but it doesn't have a binary MSDOS.SYS file like DOS 6.22. It is like a Win98 MSDOS.SYS file. It is a text file. The dates on the various files are 6-8-2000. So I guess it is basically COMMAND.COM and IO.SYS from Win98. Thank you for the info. It is helpful information. Bill S. "Tim Slattery" <Slattery_T@bls.gov> wrote in message news:v2etn2ti25mb65lfpr53oar9kl4gq228q0@4ax.com... > "Patches Forever" <mr.correct@comcast.net> wrote: > >>Hello. What are the rules for tinkering with DOS in WinXP ? I see that >>the >>traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >>traditional commands if I am in a DOS session in Windows, but I can't run >>any of them if I boot with a WinXP diskette. I haven't figured how to >>do >>much of anything with the boot diskette. I'm very handy with old >>fashioned >>DOS but I don't understand how things are hooked up in WinXP. > > There's no DOS in XP. There is a 32-bit command console. It runs > 32-bit console commands, many of which are very much like their old > DOS counterparts. Many of them have additional options. And console > programs scan do anything that a Windows GUI program can do, even open > windows. > > You can get a list of built-in commands by opening a console window > and typing "help" (no quotes, of course). Then find out about each > program by typing its name followed by "/?". For example, to get all > the options for the "dir" command, type > > dir /? > > And of course you should look at the web page that Larry pointed to. > > As for your bootup disk: what is that? How did you make it? > > -- > Tim Slattery > MS MVP(DTS) > Slattery_T@bls.gov |
| |||
| Re: WinXP boot disk, WinXP DOS Thanks. Bill S. "Larry(LJL269)" <NO@EMAIL.COM> wrote in message news:a2lsn2tulo42okhb6ld95glbf7ddlfneej@4ax.com... > DOS in XP is called command-line which I think is > super-set of DOS. See > http://www.microsoft.com/resources/d....mspx?mfr=true > > HTH-Larry > > On Mon, 11 Dec 2006 22:26:27 -0800, "Patches Forever" > <mr.correct@comcast.net> wrote: > > |Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the > |traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the > |traditional commands if I am in a DOS session in Windows, but I can't run > |any of them if I boot with a WinXP diskette. I haven't figured how to > do > |much of anything with the boot diskette. I'm very handy with old > fashioned > |DOS but I don't understand how things are hooked up in WinXP. > | > |Can someone point me to a webpage that explains how this stuff is hooked > up > |in WinXP. > | > | > > Any advise is my attempt to contribute more than I have received but I can > only assure you that it works on my PC. GOOD LUCK. |
| |||
| Re: WinXP boot disk, WinXP DOS Thanks. Bill S. "Larry(LJL269)" <NO@EMAIL.COM> wrote in message news:a2lsn2tulo42okhb6ld95glbf7ddlfneej@4ax.com... > DOS in XP is called command-line which I think is > super-set of DOS. See > http://www.microsoft.com/resources/d....mspx?mfr=true > > HTH-Larry > > On Mon, 11 Dec 2006 22:26:27 -0800, "Patches Forever" > <mr.correct@comcast.net> wrote: > > |Hello. What are the rules for tinkering with DOS in WinXP ? I see that > the > |traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the > |traditional commands if I am in a DOS session in Windows, but I can't run > |any of them if I boot with a WinXP diskette. I haven't figured how to > do > |much of anything with the boot diskette. I'm very handy with old > fashioned > |DOS but I don't understand how things are hooked up in WinXP. > | > |Can someone point me to a webpage that explains how this stuff is hooked > up > |in WinXP. > | > | > > Any advise is my attempt to contribute more than I have received but I can > only assure you that it works on my PC. GOOD LUCK. |
| |||
| Re: WinXP boot disk, WinXP DOS Patches Forever wrote: > There is an option to make one of these disks. You right click A drive in > Explorer, then choose FORMAT and there is an option to create a DOS boot > disk. I didn't analyze the floppy in detail but it doesn't have a binary > MSDOS.SYS file like DOS 6.22. It is like a Win98 MSDOS.SYS file. It is a > text file. The dates on the various files are 6-8-2000. > > So I guess it is basically COMMAND.COM and IO.SYS from Win98. > > Thank you for the info. It is helpful information. > > Bill S. > > > "Tim Slattery" <Slattery_T@bls.gov> wrote in message > news:v2etn2ti25mb65lfpr53oar9kl4gq228q0@4ax.com... >> "Patches Forever" <mr.correct@comcast.net> wrote: >> >>> Hello. What are the rules for tinkering with DOS in WinXP ? I see that >>> the >>> traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >>> traditional commands if I am in a DOS session in Windows, but I can't run >>> any of them if I boot with a WinXP diskette. I haven't figured how to >>> do >>> much of anything with the boot diskette. I'm very handy with old >>> fashioned >>> DOS but I don't understand how things are hooked up in WinXP. >> There's no DOS in XP. There is a 32-bit command console. It runs >> 32-bit console commands, many of which are very much like their old >> DOS counterparts. Many of them have additional options. And console >> programs scan do anything that a Windows GUI program can do, even open >> windows. >> >> You can get a list of built-in commands by opening a console window >> and typing "help" (no quotes, of course). Then find out about each >> program by typing its name followed by "/?". For example, to get all >> the options for the "dir" command, type >> >> dir /? >> >> And of course you should look at the web page that Larry pointed to. >> >> As for your bootup disk: what is that? How did you make it? >> >> -- >> Tim Slattery >> MS MVP(DTS) >> Slattery_T@bls.gov > > Actually, it's the equivelant to a MS WinMe boot diskette. If you create the diskette in XP, boot to the disk, and type 'ver' -- it says it's Millenium Edition. So, if you want to expand the capabilities of the boot disk, you need a Me system to copy the dos utilities from (or extract them from the CABs if you're lucky enough. I actually use the XP/Me boot disks to reimage computers at home -- I have a modular floppy disk that either boots: 1) Clean -- nothing loaded except the virgin *.SYS files to give me a command prompt 2) Standard DOS tools (which are loaded into a ramdisk) -- but no networking 3) MS Networking ( which inherits the standard dos tools ) -- you'll need to know what NIC is in the system before telling the menu to boot to the networking ability. I have ~6 NICs I can run and still have room for a few more! I would share it, lacking the system files (which all y'all have). I don't check this NG often, but I can make them available eventually. I don't check the email address either, too much spam between the legit mail. Post here if anybody's interested -- I'll get it online and let y'all hack at it. Documentation isn't made (yet, don't know when it will be). Enjoy, everyone. |
| |||
| Re: WinXP boot disk, WinXP DOS Patches Forever wrote: > There is an option to make one of these disks. You right click A drive in > Explorer, then choose FORMAT and there is an option to create a DOS boot > disk. I didn't analyze the floppy in detail but it doesn't have a binary > MSDOS.SYS file like DOS 6.22. It is like a Win98 MSDOS.SYS file. It is a > text file. The dates on the various files are 6-8-2000. > > So I guess it is basically COMMAND.COM and IO.SYS from Win98. > > Thank you for the info. It is helpful information. > > Bill S. > > > "Tim Slattery" <Slattery_T@bls.gov> wrote in message > news:v2etn2ti25mb65lfpr53oar9kl4gq228q0@4ax.com... >> "Patches Forever" <mr.correct@comcast.net> wrote: >> >>> Hello. What are the rules for tinkering with DOS in WinXP ? I see that >>> the >>> traditional DOS commands are in C:\WINDOWS\SYSTEM32. I can use the >>> traditional commands if I am in a DOS session in Windows, but I can't run >>> any of them if I boot with a WinXP diskette. I haven't figured how to >>> do >>> much of anything with the boot diskette. I'm very handy with old >>> fashioned >>> DOS but I don't understand how things are hooked up in WinXP. >> There's no DOS in XP. There is a 32-bit command console. It runs >> 32-bit console commands, many of which are very much like their old >> DOS counterparts. Many of them have additional options. And console >> programs scan do anything that a Windows GUI program can do, even open >> windows. >> >> You can get a list of built-in commands by opening a console window >> and typing "help" (no quotes, of course). Then find out about each >> program by typing its name followed by "/?". For example, to get all >> the options for the "dir" command, type >> >> dir /? >> >> And of course you should look at the web page that Larry pointed to. >> >> As for your bootup disk: what is that? How did you make it? >> >> -- >> Tim Slattery >> MS MVP(DTS) >> Slattery_T@bls.gov > > Actually, it's the equivelant to a MS WinMe boot diskette. If you create the diskette in XP, boot to the disk, and type 'ver' -- it says it's Millenium Edition. So, if you want to expand the capabilities of the boot disk, you need a Me system to copy the dos utilities from (or extract them from the CABs if you're lucky enough. I actually use the XP/Me boot disks to reimage computers at home -- I have a modular floppy disk that either boots: 1) Clean -- nothing loaded except the virgin *.SYS files to give me a command prompt 2) Standard DOS tools (which are loaded into a ramdisk) -- but no networking 3) MS Networking ( which inherits the standard dos tools ) -- you'll need to know what NIC is in the system before telling the menu to boot to the networking ability. I have ~6 NICs I can run and still have room for a few more! I would share it, lacking the system files (which all y'all have). I don't check this NG often, but I can make them available eventually. I don't check the email address either, too much spam between the legit mail. Post here if anybody's interested -- I'll get it online and let y'all hack at it. Documentation isn't made (yet, don't know when it will be). Enjoy, everyone. |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there some way to stop WinXP Disk Error Checking on boot? | E-Double | Windows XP | 3 | 07-22-2008 07:30 AM |
| Corrupted existing WINXP registry after installing 2nd WinXP | im_chc | Windows XP | 0 | 03-19-2008 12:30 AM |
| HP comp. came with WinXP installed. Now how redo Setup w/o WinXP diskes? | Ritter 197 | Windows XP | 2 | 02-02-2008 08:30 AM |
| Windows Media Encoder can't read input on WinXP 64, but can on WinXP 32 | Kurt Swanson | Windows Media | 1 | 02-04-2007 10:41 AM |
| Why WinXP makes change in boot sector at each boot? | Crux Crux | Windows XP | 1 | 01-08-2007 08:15 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |