doc/files/bin/dsktool_rb.html in dsktool-0.1.3 vs doc/files/bin/dsktool_rb.html in dsktool-0.1.4

- old
+ new

@@ -54,11 +54,11 @@ <td>bin/dsktool.rb </td> </tr> <tr class="top-aligned-row"> <td><strong>Last Update:</strong></td> - <td>Sat Jun 16 20:39:01 AUS Eastern Standard Time 2007</td> + <td>Sun Jun 17 11:22:55 AUS Eastern Standard Time 2007</td> </tr> </table> </div> <!-- banner header --> @@ -86,33 +86,35 @@ <h2>Usage</h2> <p> dsktool.rb [switches] &lt;filename.dsk&gt; </p> <pre> - -c | --log display catalog + -c | --catalog display catalog -e | --extract FILENAME extract file by name (either to stdout, or file specified by --output) -h | --help display this message -l | --list FILENAME monitor style listing (disassembles 65C02 opcodes) -o | --output FILENAME specify name to save extracted file as + -r | --raw don't convert basic files to ASCII -x | --explode extract all files -v | --version show version number + + Currently only works with DOS 3.3 format DSK images + Will uncompress gzipped files (with extension .gz) + input files can be URLs </pre> <p> -Currently only works with DOS 3.3 format <a -href="../../classes/DSK.html">DSK</a> images can be -</p> -<p> examples: </p> <pre> dsktool.rb -c DOS3MASTR.dsk.gz dsktool.rb -l FID DOS3MASTR.dsk - dsktool.rb --list fid -o fid.asm DOS3MASTR.dsk + dsktool.rb --list fid -o fid.lst DOS3MASTR.dsk dsktool.rb --extract &quot;COLOR DEMOSOFT&quot; DOS3MASTR.dsk dsktool.rb -e HELLO -o HELLO.bas DOS3MASTR.dsk dsktool.rb -x DOS3MASTR.dsk.gz + dsktool.rb -c http://jamtronix.com/dsks/apshai.dsk.gz </pre> </div> <div id="requires-list"> @@ -142,11 +144,11 @@ <div class="name-list"> <table summary="Constants"> <tr class="top-aligned-row context-row"> <td class="context-item-name">DSKTOOL_VERSION</td> <td>=</td> - <td class="context-item-value">&quot;0.1.3&quot;</td> + <td class="context-item-value">&quot;0.1.4&quot;</td> <td width="3em">&nbsp;</td> <td class="context-item-desc"> dsktool.rb <h2>Synopsis</h2> @@ -157,32 +159,34 @@ <h2>Usage</h2> <p> dsktool.rb [switches] &lt;filename.dsk&gt; </p> <pre> - -c | --log display catalog + -c | --catalog display catalog -e | --extract FILENAME extract file by name (either to stdout, or file specified by --output) -h | --help display this message -l | --list FILENAME monitor style listing (disassembles 65C02 opcodes) -o | --output FILENAME specify name to save extracted file as + -r | --raw don't convert basic files to ASCII -x | --explode extract all files -v | --version show version number + + Currently only works with DOS 3.3 format DSK images + Will uncompress gzipped files (with extension .gz) + input files can be URLs </pre> <p> -Currently only works with DOS 3.3 format <a -href="../../classes/DSK.html">DSK</a> images can be -</p> -<p> examples: </p> <pre> dsktool.rb -c DOS3MASTR.dsk.gz dsktool.rb -l FID DOS3MASTR.dsk - dsktool.rb --list fid -o fid.asm DOS3MASTR.dsk + dsktool.rb --list fid -o fid.lst DOS3MASTR.dsk dsktool.rb --extract &quot;COLOR DEMOSOFT&quot; DOS3MASTR.dsk dsktool.rb -e HELLO -o HELLO.bas DOS3MASTR.dsk dsktool.rb -x DOS3MASTR.dsk.gz + dsktool.rb -c http://jamtronix.com/dsks/apshai.dsk.gz </pre> </td> </tr> </table> </div> \ No newline at end of file