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.
|