View Single Post
  #2 (permalink)  
Old 05-20-2009, 10:05 AM
William_Wilson's Avatar
William_Wilson William_Wilson is offline
Moderator
 
About:
Join Date: Mar 2006
Location: Canada
Posts: 973
William_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura about

Default


Make sure you are using the correct path to the I386 folder, did you install it on the same partition that DOS is on?
To check if you are trying to load from the correct location type:
cd I386
*If this fails, try:
cd i386
DOS is case sensitive and I am pretty sure it should be a capital I.
*If neither of these work, type:
dir
*This will list the folders/files of the current directory, if the I386 folder is not here, then you must have placed it somewhere else and you will need to navigate to it.
Navigation is fairly simple in DOS:
cd pathname
moves you into the folder designated by pathname
..
will move you up 1 folder level

Once you find the I386 folder you can run the installer.



__________________

</Dream In Code>
-William. ยง (marvin_gohan)
Reply With Quote