无忧启动论坛

标题: UltraISO命令行—自己制作光盘补丁 [打印本页]

作者: bd540    时间: 2007-9-17 07:12
标题: UltraISO命令行—自己制作光盘补丁
  1. UltraISO Command Line Parameters :


  2. -volume string   Volume Label
  3. -sysid string      System ID
  4. -appid string     Application ID
  5. -volset string     Volume Set ID
  6. -preparer string Preparer
  7. -publisher string Publisher

  8. -ilong          Long filename for ISO 9660 volume, up to 31 chars
  9. -imax          Max filename for ISO 9660 volume, up to 207 chars
  10. -vernum      Include file version number
  11. -lowercase  Allow lowercase letter

  12. -joliet          Create joliet volume
  13. -jlong          Long filename for joliet volume, up to 103 chars
  14. -rockridge  Create RockRidge volume
  15. -udf            Create UDF volume
  16. -hfs            Create Apple HFS volume

  17. -udfdvd      Create UDF DVD image, this option will overwrite all other volume settings

  18. -bootfile filename   Set boot file
  19. -bootinfotable        Generate boot information table in boot file
  20. -optimize               Optimize file systems by coding same files only once

  21. -file filename          Add one file or folder (include folder name and all files and folders under it)
  22. -directory dirname Add all files and folders under given directory (not include directory name itself)

  23. -newdir dirname    Create a new directory
  24. -chdir dirname       Change current directory in ISO image
  25. -rmdir filename       Remove a file or folder from ISO image (full path should be specified)
  26.           -pn filename           n=1-9, set priority of a file or folder(full path should be specified)  
  27.           -hide filename         Set hidden attribute of a file or folder(full path should be specified)
  28.           -ahide filename       Set advanced hidden attribute of a file or folder(full path should be specified)
  29.           -input filename       Input ISO image
  30.           -output filename     Output ISO image
  31.           -bin2iso filename   Convert input CD/DVD image to ISO format
  32.           -dmg2iso filename Convert input DMG image to ISO format
  33.           -bin2isz filename   Compress input CD/DVD image to ISZ format
  34.           -compress n         Set compression level, n = 1-6
  35.           -encrypt x            Set encrypty method, x = 1-3
  36.           -password pass_word_string         Set password
  37.           -split split_size      Set segment size in byte
  38.           -list filename         Create a list of files and folders in an ISO image
  39.           -get filename         Set a file or folder(full path should be specified) to be extracted
  40.           -extract dirname    Extract ISO image to specified directory
  41.           -copy drive:           Make ISO image from a CD/DVD drive (use -output to define the filename)
  42.           -checksum             Create file checksums before saving an ISO image
  43.           -md5                     Generate MD5 hash code of ISO image after saved
  44.           -crc32                   Generate CRC-32 checksum of ISO image after saved
  45.           -crc16                   Generate CRC-16/CRC-CCITT checksum of ISO image after saved
  46.           --checksum  filename          Create file checksums of an ISO image
  47.           --md5 filename                   Generate MD5 hash code of an ISO image
  48.           --crc32 filename                 Generate CRC-32 checksum of an ISO image
  49.           --crc16 filename                 Generate CRC-16/CRC-CCITT checksum of an ISO image
  50.           -veryfy  filename.iso.md5    Verify file checksums of an ISO image
  51.           -veryfymd5 filename.md5    Verify MD5 checksum of an ISO image
  52.           -cmd filename                     Read ALL coammnd-line options from a text file
  53.           -silent                    Do not show any popup windows


  54. Return code:      0 for success,  -1 for error
复制代码

作者: lp1129    时间: 2007-9-17 08:15
标题怎么不用英文,呵呵
作者: ybsice_123    时间: 2007-9-17 10:33
:L 天。。。都是E文。。。。。怎么不搞个中文说明啊
作者: 2013kyj    时间: 2023-9-16 12:17
ybsice_123 发表于 2007-9-17 10:33
:L 天。。。都是E文。。。。。怎么不搞个中文说明啊

我翻译了一下:
UltraISO命令行参数:

-volume string   卷标
-sysid string      系统ID
-appid string     应用程序ID
-volset string     卷集ID
-preparer string 准备者
-publisher string 出版者

-ilong          ISO的长文件名,最多31个字符
-imax          ISO的文件名最大长度,最多207个字符
-vernum      包含文件版本号
-lowercase  允许小写字母

-joliet          创建Joliet卷
-jlong          Joliet卷的长文件名,最多103个字符
-rockridge  创建RockRidge卷
-udf            创建UDF卷
-hfs            创建Apple HFS卷

-udfdvd      创建UDF DVD映像,此选项将覆盖所有其他卷设置

-bootfile 文件名   设置引导文件
-bootinfotable        在引导文件中生成引导信息表
-optimize               通过只编码相同文件一次来优化文件系统

-file 文件名          添加一个文件或文件夹(包括文件夹名称和其下的所有文件和文件夹)
-directory 目录名 添加给定目录下的所有文件和文件夹(不包括目录名称本身)

-newdir 目录名    创建新目录
-chdir 目录名       在ISO映像中更改当前目录
-rmdir 文件名       从ISO映像中删除文件或文件夹(应指定完整路径)
          -pn 文件名           n=1-9,设置文件或文件夹的优先级(应指定完整路径)  
          -hide 文件名         设置文件或文件夹的隐藏属性(应指定完整路径)
          -ahide 文件名       设置文件或文件夹的高级隐藏属性(应指定完整路径)
          -input 文件名       输入ISO映像
          -output 文件名     输出ISO映像
          -bin2iso 文件名   将输入CD/DVD映像转换为ISO格式
          -dmg2iso 文件名 将输入DMG映像转换为ISO格式
          -bin2isz 文件名   将输入CD/DVD映像压缩为ISZ格式
          -compress n         设置压缩级别,n=1-6
          -encrypt x            设置加密方法,x=1-3
          -password pass_word_string         设置密码
          -split split_size      以字节为单位设置分段大小
          -list 文件名         创建ISO映像中的文件和文件夹列表
          -get 文件名         设置要提取的文件或文件夹(应指定完整路径)
          -extract 目录名    将ISO映像提取到指定目录
          -copy drive:           从CD/DVD驱动器创建ISO映像(使用-output定义文件名)
          -checksum             在保存ISO映像之前创建文件校验和
          -md5                     在保存后生成ISO映像的MD5哈希码
          -crc32                   在保存后生成ISO映像的CRC-32校验和
          -crc16                   在保存后生成ISO映像的CRC-16/CRC-CCITT校验和
          --checksum  文件名          创建ISO映像的文件校验和
          --md5 文件名                   生成ISO映像的MD5哈希码
          --crc32 文件名                 生成ISO映像的CRC-32校验和
          --crc16 文件名                 生成ISO映像的CRC-16/CRC-CCITT校验和
          -veryfy  文件名.iso.md5    验证ISO映像的文件校验和
          -veryfymd5 文件名.md5    验证ISO映像的MD5校验和
          -cmd 文件名                     从文本文件中读取所有命令行选项
          -silent                    不显示任何弹出窗口

返回代码: 0表示成功,-1表示错误
作者: martin313    时间: 2023-9-16 12:33

路过学习一下




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3