readme.win32

来自「创建一个符合iso-9660标准的iso文件系统」· WIN32 代码 · 共 39 行

WIN32
39
字号
mkhybrid can be compiled on Win9X/NT4 using Cygnus' cygwinavailable from:	http://sourceware.cygnus.com/cygwin/To build, start a "bash" shell (open a DOS/Command window, cd to the requireddirectory and type "bash"), and type "./configure" and "make"A pre-compiled current Win32 binary is available from:	ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/win32To use the pre-compiled binary, extract the files from the Zip archive, putthe files cygwin1.dll, mount.exe and mkhybrid.exe in your WINDOWS directoryand from a Command/MS-DOS window type mkhybrid for usage (also see mkhybrid_man.html).mkhybrid is a Unix command line utility and knows nothing about DOS/WIN.Therefore all directory names are given in Unix format (i.e. use '/' for adirectory separator, not '\'). To access files on another disk (i.e.floppy, CDROM and network disk), you need to use the supplied "mount"command e.g.mount a: /amount d: /cdromi.e. files on the floppy disk are accessed as being in directory /a andfiles on the CDROM are accessed as /cdrom (assuming your CDROM is drive d:)e.g. the following command creates a CD image in the current directoryusing a source directories on the CDROM drive, a sub-directory and thefloppy drive:mkhybrid -o hfs.iso -h -J -r /cdrom/subdir dir1 /a Please note: Starting with v1.12b5.0 the Win32 executable uses the b20.1version of the cygwin DLL. If you are using an earlier version of mkhybrid,then you will need this DLL as well.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?