无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2333|回复: 4
打印 上一主题 下一主题

UltraISO命令行—自己制作光盘补丁

[复制链接]
跳转到指定楼层
1#
发表于 2007-9-17 07:12:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  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
复制代码
    • Example
  •         1)  ultraiso -imax -l -f c:\autoexec.bat -d "c:\program files\ultraiso" -volu TEST_CD -out c:\test.iso
            Create a new ISO image, adding one file(autoexec.bat) and all files and folders in "c:\program files\ultraiso" to it. Using ISO 9660-MAX name length(up to 207) and allow lowercase characters in filename.
            Note: You can use shorter name 'l' for 'lowercase' and 'out' for 'output', so long as it does not conflict  with other parameters. In addition, all string or filename with SPACE character should be quoted by "".
             2)  ultraiso -in c:\test.iso -f c:\config.sys -f "c:\program files\ultraiso"
            Open an old ISO image, and add one file and one folder to it.
             3)  ultraiso -in c:\test.iso -c "/program files/ultraiso" -f "c:\autoexec.bat" -rm /autoexec.bat
            Open an ISO image exists, change directory and add one file there; then remove one file.
            Note: '/' is used as path separators in an ISO image.
2#
发表于 2007-9-17 08:15:20 | 只看该作者
标题怎么不用英文,呵呵
回复

使用道具 举报

3#
发表于 2007-9-17 10:33:08 | 只看该作者
:L 天。。。都是E文。。。。。怎么不搞个中文说明啊

点评

我翻译了一下: UltraISO命令行参数: -volume string 卷标 -sysid string 系统ID -appid string 应用程序ID -volset string 卷集ID -preparer string 准备者 -publisher string 出版者 -  详情 回复 发表于 2023-9-16 12:17
回复

使用道具 举报

4#
发表于 2023-9-16 12:17:47 | 只看该作者
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表示错误
回复

使用道具 举报

5#
发表于 2023-9-16 12:33:22 | 只看该作者

路过学习一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-12-19 13:01

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表