I did what it said at http://www.sevenforums.com/tutorials/46707-ms-dos-bootable-flash-drive-create.html but when i boot it up it goes on forever any ideas?
|
If your hard drive is formatted with the NTFS filesystem (as is the case with all Windows Vista/7 installations and many XP installations), you cannot read your files from MS-DOS, which only supports FAT filesystems. Instead, put all the files you need to access on your flash drive. The commands you mention probably do not work because they probably do not exist on your flash drive and are not built into the COMMAND.COM interpreter. If they do exist on your flash drive, you may need to set the PATH environment variable so that MS-DOS can find them. (The AUTOEXEC.BAT file of a DOS installation generally sets the PATH so that the user need not do so each time the computer is turned on or restarted.) I do not believe Generally, you would only boot into MS-DOS to use some BIOS flashing utility or hard drive utility, and even that is increasingly rarely necessary on newer computers. Otherwise, consider setting up a) DOSBox or b) VirtualBox and FreeDOS to run your DOS software without having to shut down your 32- or 64-bit edition of Windows. The former is useful for running old games, which may not otherwise work on modern PCs with fast CPUs. |
|||
|
|
|
The reason you are not seeing any files on your C: drive is most likely because if you are using an anything more modern than Windows NT (such as XP, Vista or 7) then your main drive is going to be formatted as NTFS. The files you grabbed to be able to set up DOS support only FAT formatted drives which were used in Windows 3.1, Windows 95 and Windows 98. Windows NT and above use NTFS which is completely different and supports important features like security bits and is completely different from the FAT filesystem. There are programs like NTFS4DOS that may be able to help you read NTFS within DOS (but I have no idea why you would want to bother doing that). I'm pretty sure that all the commands you listed such as |
|||
|
|
|
Do you have an AUTOEXEC.BAT file? Did you set a path to allow those command file to be found? Without a PATH, programs can't be found. DOS isn't clairvoyant. (Yet) |
|||||
|