I copied findcd.com and NSET into the same directory.
But why is it that when I follow what was said at http://www.cn-dos.net/newdos/doswaren.html:
FINDCD -a|NSET CDROM=$1
under the ROM-DOS7.10 boot disk in vmware gex server 2.5 it shows:
write protect error writing driver a
abort , retry ,fall?
What I want is this.
Based on the ROM-DOS7.10 boot disk, add the latest dn onto it. But dn is over 2.8m. It won't fit on drive A.
So I wanted to use xmsdsk to virtualize a Z drive. Who knew it would say it wasn't lastdriver. cow
After a lot of trouble, I found findramd.
Then I also found this part:
findramd>nul
if %ramdrive%#==# goto noram
copy command.com %ramdrive%\>nul
path=%ramdrive%\;%path%
set comspec=%ramdrive%\command.com
I also read the explanation and understood a little.
But then the problem came. How do I know the CD-ROM drive letter
...
After a lot of trouble I finally found a findcd.com...
Then after a lot of trouble I found this part too
findcd -r|nset cdrom=$1
echo %cdrom%
cow, it doesn't work...
This time it really won't work, hope everyone can help me.
After finding the CD-ROM drive letter, I want to copy *.* (everything) from the CD to that %ramdrive%.
Then run dn.
good.
But why is it that when I follow what was said at http://www.cn-dos.net/newdos/doswaren.html:
FINDCD -a|NSET CDROM=$1
under the ROM-DOS7.10 boot disk in vmware gex server 2.5 it shows:
write protect error writing driver a
abort , retry ,fall?
What I want is this.
Based on the ROM-DOS7.10 boot disk, add the latest dn onto it. But dn is over 2.8m. It won't fit on drive A.
So I wanted to use xmsdsk to virtualize a Z drive. Who knew it would say it wasn't lastdriver. cow
After a lot of trouble, I found findramd.
Then I also found this part:
findramd>nul
if %ramdrive%#==# goto noram
copy command.com %ramdrive%\>nul
path=%ramdrive%\;%path%
set comspec=%ramdrive%\command.com
I also read the explanation and understood a little.
But then the problem came. How do I know the CD-ROM drive letter
...
After a lot of trouble I finally found a findcd.com...
Then after a lot of trouble I found this part too
findcd -r|nset cdrom=$1
echo %cdrom%
cow, it doesn't work...
This time it really won't work, hope everyone can help me.
After finding the CD-ROM drive letter, I want to copy *.* (everything) from the CD to that %ramdrive%.
Then run dn.
good.



