Embarassing computer problem

Ummmm, that’s not true Futile Gesture- you can do purely DOS mode in XP.

Maybe it’s not the way I explained it, because I misinterpreted what that post was asking, but utilizing a boot disk, like sailor mentioned, you can not only enter into true DOS mode, but you can delete within it to your hearts content.

I assume that a Windows XP computer would have NTFS or FAT32 formatted hard drives. Booting into “true DOS mode” (I assume v6.22 or less) from a diskette would load an OS that does not understand these formats and could not delete files on them.

Windows XP doesnt include DOS, the operating system. It just lets you quit the XP OS loading process and go into a command window, that isnt limited by the restrictions of Windows XP.

Did it occur to you to test this theory before you hit submit?

Because I just rebooted my machine (Win XP, FAT32) with a Win 98 startup disk and not only did it go into DOS without a hitch, but I was able to delete a file with nary a problem. A quick reboot later, and the file was gone.

I don’t know what it was, but it sure looked like DOS to me.

I didnt mean command “window,” I meant “command prompt.”

Could you stop your bickering and help? :stuck_out_tongue:

Not really. I run Linux so I don’t have this problem.

Well it wasn’t. It is a command line interface to Windows 98. Dos finished at v6.22 - boot with your Windows rescue disk and type version - I think it will tell you you are running a higher version than that.

Just becasue it looks like something doesn’t mean it is.

Windows XP no longer has any code from the 16-bit era. MS-DOS has no place in Windows XP any more than CP/M does. Windows XP might be able to look like MS-DOS and emulate it well enough certain programs that expect MS-DOS can run in it, but it is Windows XP through and through. So if Windows XP has a strong aversion to doing somthing in graphical mode, it isn’t going to get over it if it happens to look like MS-DOS.

If you boot off a Win 98 disk then you are not using Windows XP. You are using Windows 98, which does rely on a DOS. (It tries to pretend it isn’t DOS, and strictly speaking it’s more of a shell used to start Win98, but essentially it is DOS.)

Windows XP, on the otherhand, does not have a DOS mode.

I got this from KazaA Lite once. Is it one of several files, some with names even worse than that one, others with warezy-type names, in your My Shared Folder, all with sizes of around 19kb?

If so, it’s quite possibly a worm called K0wbot. Download a fix for it.

Either way, I recommend getting AdAware, and also taking a look at a program called Iarsn TaskInfo2002, which tells you everything that’s running on your computer so you can detect any Trojans, Keyloggers etc.

I don’t use ZoneAlarm myself; I find it causes more hassle than its worth, but if you need more security than me then I don’t have anything against it.

I’m not following that at all… how was I able to access and modify XP files if I wasn’t in XP via the 98 startup disk?

If I wasn’t in DOS, what was I in?

if you boot from a windows 98 disk, aren’t you going to have problems accessing the hard drive (assuming that it’s NTFS, not FAT32)

What have you tried? Is it still there? What is the filename (as much as you can make it out)?

OK, let me see if I can clear this mess up.

Windows 95, 98, and ME all have some remnants of DOS. With the exception of ME, all of them allowed you to boot your computer in DOS mode, with or without a boot disk. ME removed the Boot to DOS option from the Shutdown menu, but you could still make a boot disk. Also, with the introduction of Win98, FAT32 became available. (This is important later…)

Windows XP is not from the same source code as the above. It is from the Windows NT source. This includes Windows NT and Windows 2000 as well. These OS’s were built from the ground up without any legacy DOS underpinnings. You can open a command prompt with them, but that is not the same as running true DOS. The command prompt is simply a command line interface to Windows NT, 2000, XP. This command prompt does support interpreted DOS, so many of your old DOS applications will still work. From Win2000 on, you could abort the boot process and bypass the GUI and boot directly into the command line interface for system maintenance and repair.

Now, as to why you can put in your Win98 boot disk and perform operations on the filesystem, it is because that they both support the FAT32 filesystem. You are booting Win98’s DOS, but you are mounting your Windows XP FAT32 filesystem. It’s the same concept as if I boot Linux and mount a FAT filesystem. Just because an OS supports mounting the same filesystem, that doesn’t mean they are the same OS. Nor does the OS that ‘owns’ the filesystem have the exclusive rights to modify it.

Quar, MCSE

So XP uses Fat32? can it also use NTFS?

Yep. You can convert your existing FAT32 filesystem over to NTFS as well. Adds in some speed, stability, and security while overcoming some of FAT32’s limitations.

Q

I apologise for the hijack, but is there any way to convert the filesystem to NTFS post-installation? I always though not, but I suppose it’s worth confirming that.

Sure. Use the CONVERT utility. See the MS Knowledge Base article Q307881 for more info.

http://support.microsoft.com/default.aspx?scid=KB;EN-US;q307881&

This URL might not work. If not, just type Q307881 into Google. You should see the MS KB article within the first few links.

Quar

Thanks quar.