In batch files, we always define the drive letters for the memory disk and CD-ROM first, and then use them. For example, Set ramdrive= and Set cdrom=, then use Xmsdskt to create the memory disk, load the Vide-cdd.sys CD-ROM driver in Config.sys, load the shsucdx.exe CD-ROM extension driver in Autoexec.bat, and then use Findramd and Findcd to find the drive letters of the memory disk and CD-ROM, setting the path as: Path %ramdrive%\;%cdrom%\。But in some boot disks, %ramdrive% and %cdrom% have to be followed by a colon (
, that is, like this: Path %ramdrive%:\;%cdorm%。
My question is: when exactly should there be a colon (
, and when should there not be a colon (
?
, that is, like this: Path %ramdrive%:\;%cdorm%。My question is: when exactly should there be a colon (
, and when should there not be a colon (
?
