|
|
我在用Create_MultiBoot_Folders_And_Files脚本制作启动软盘组是出现
请各位高手指点。
我的文件结构如下:
用Create_MultiBoot_Folders_And_Files做的批出来文件如下:
echo Creating multi-boot folders and files, it will take some time...
call create_boot_folder.cmd i:\mycd\WINXP\LXPR i:\mycd LXPR FOO 0
call create_boot_folder.cmd i:\mycd\WINXP\LXHM i:\mycd LXHM FOO 0
call create_boot_folder.cmd i:\mycd\WINXP\DEEP i:\mycd DEEP FOO 0
call create_boot_folder.cmd i:\mycd\WINXP\VLKP i:\mycd VLKP FOO 0
echo If you don't see any error message above then everything should be ok, but please check.
pause
[ 本帖最后由 junzilandian 于 2007-11-16 08:21 PM 编辑 ] |
|