解压缩Create_MultiBoot_Folders_And_Files 启动软盘组脚本到d:\temp\ Create_MultiBoot_Folders_And_Files 目录,打开此目录,在create_boot_folders.cmd 文件上点右键-编辑,(注意create_boot_folder.cmd和create_boot_folders.cmd两个文件差一个S),内容如下: **************************** @echo off
rem Change the following lines having this in mind: rem call create_boot_folder.cmd setup_dir aio_dir boot_dir1 boot_dir2 flag_for_using_cracked_setupldr rem rem setup_dir: where the setup files are 你的安装源盘目录 rem aio_dir: where your aio folder is 你的DVD合集的目录 rem boot_dir1: must be 4-characters long 软盘启动组1(必须是4个字符) rem boot_dir2: must be 5-characters long, 软盘启动组2(必须是5个字符,只有64位系统才有此选项) rem (if boot_dir2 isn't needed (for 32bit versions) write anything e.g. FOO since it will be ignored) rem (假如软盘启动组2不需要,F00就是表示忽略的意思) rem flag_for_using_cracked_setupldr=1 for 64bit versions and Windows Server 2003 with SP1
rem When you have changed this file save it and run it.
echo Creating multi-boot folders and files, it will take some time...