用法:
fbinst [OPTIONS] DEVICE_OR_FILE COMMANDS [PARAMETERS]
fbinst [选项] DEVICE_OR_FILE命令[参数]
Global Options:
全局选项:
--help,-h Display this message and exit
- 帮助,- H显示此消息,并退出
--version,-V Print version information and exit
- 版本,- V打印版本信息并退出
--list,-l List all disks in system and exit
- 列表,- l列出所有磁盘的系统并退出
--verbose,-v Print verbose messages
使用 - verbose,- v打印详细信息
--debug,-d Use the debug version of mbr
- 调试,- d使用MBR的调试版本
Commands:
命令:
format Format disk
格式化磁盘
--raw,-r Format with normal layout (notbootable)
未格式化的磁盘,格式化无引导的磁盘
--force,-f Force the creation of data partition
-强制格式化,- f强制建立数据分区
--zip,-z Format as USB-ZIP
- ZIP,格为USB - ZIP格式
--fat16 Format data partition as FAT16
- FAT16格式的数据分区为FAT16
--fat32 Format data partition as FAT32
- FAT32格式的数据分区为FAT32
--align,-a Align to cluster boundary
--nalign,-n NUM NAND alignment
--unit-size,-u NUM Unit size for FAT16/FAT32 in sectors
--base,-b NUM Set basebootsector
--size,-s NUM Set size of data partition
--primary,-p NUM Set primary data size
--extended,-e NUM Set extended data size
--list-size,-l NUM Set size of file list
--max-sectors NUM Set maximum number of sectors per read
--chsForce chs mode
--archive FILE Initialize fb using archive file
restore Try to restore fb mbr
update Updatebootcode
sync Synchronize disk information
--copy-bpb Copy bpb from the first partition
--reset-bpb Reset bpb to inital state
--clear-bpb Clear bpb
--max-sectors NUM Set maximum number of sectors per read
--chsForce chs mode
--zip,-z Format as USB-ZIP
info Show disk information
clear Clear files
add NAME [FILE] Add/update file item
--extended,-e Store the file in extended data area
--syslinux,-s Patch syslinuxbootfile
add-menu NAME FILE Add/update menu file
--append,-a Append to existing menu file
--string,-s The menu items are passed as command argument
resize NAME SIZE Resize/create file item
--extended,-e Store the file in extended data area
--fill,-f NUM Set fill character for expansion
copy OLD NEW Copy file item
move OLD NEW Move file item
export NAME [FILE] Export file item
remove NAME Remove file item
cat NAME Show the content of text file
cat-menu NAME Show the content of menu file
pack Pack free space
check Check primary data area for inconsistency
save FILE Save to archive file
--list-size,-l NUM Set size of file list
load FILE Load from archive file
create Create archive file
--primary,-p NUM Set primary data size
--extended,-e NUM Set extended data size
--list-size,-l NUM Set size of file list 作者: 阿弥陀佛 时间: 2014-5-23 17:22
FbinstTool和fbinst是不一样的。FbinstTool的说明就是关于fbisnt的命令。
你想要做什么操作?作者: 阿弥陀佛 时间: 2014-5-23 17:24
fbinst增强版:http://bbs.wuyou.net/forum.php?m ... mp;highlight=fbinst作者: zds1210 时间: 2014-5-23 18:13
应该是fbinst命令行的用法。fbinstools是图形化的fbinst,是我们手工制作UD启动盘和维护fba的有利工具。
楼主研究fbinst命令行做什么呢?如果是做UD启动,掌握百大的fbinst plus以下用法就可以了
改进fbinst plus采用的是命令行模式,但功能很强大,我们可以在pecmd脚本下或cmd脚本下调用下。以下是在pecmd脚本上调用的常用用法:
//1.导出UD区文件
EXEC =!%WinDir%\SYSTEM32\fbinst (ud) output tools/ico.dll %WinDir%\system32\%~nx
//2.系统自启动程序调用
/EXEC =!%WinDir%\SYSTEM32\fbinst --udload "tools/文字输入/FREEWB.exe" "%TEMP%"
//3.1建立UD区程序按需调用的快捷方式并加图标(是弹出黑窗口,,)
TEAM ENVI FBE=fbinst --link|ENVI FBU=fbinst.exe "—udload
//3.2建立UD区程序按需调用的快捷方式(不弹出黑窗口)
TEAM ENVI SS=%windir%\system32|ENVI FBU=!%SS%\fbinst.exe --udload tools|ENVI PEC=%windir%\system32\pecmd.exe
//引用快捷图标,有时是#,是时候是,
link %Programs%\搜索自定义petools,%PEC%,exec %fbu%/文件工具/fbpetools.cmd %TEMP%,%SS%\ico.dll#2
link %Programs%\系统维护\远程编辑注册表,%PEC%,exec %fbu%/系统维护/远程编辑注册表.exe %TEMP%,%SS%\ico.dll#11
link %Desktop%\Aida64 环境检测,%PEC%,exec %fbu%/硬件检测/aida64.exe %TEMP%,%SS%\ico.dll#13