Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurageKabui authored Nov 23, 2022
1 parent ed37ca9 commit e0810ff
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# TempRepo

<p align="center">
Run with -? for help.
<hr>
</p>

CL-DIR2ISOfs

### Commandline Switches.


|Switch| Type | Description | Default Value|Sample Usage|
|--|--|--|--|--|
| -*i* | string | Specify a FQPN to a Source Directory.| *None* | -*i "E:\MyFolder"*|
|-*o* | string| Specify the .ISO File Output.| *None*| -*o "E:\MyFolder\MyISO.iso"*|
|-*l*| string| Specify the .ISO Volume label. <br> **15** chars MAX| Current system date and time | -*l "My Disk_2022"* |

<hr>

## Return codes

|Value | Description|
|--|--|
| 0 | Success. |
| 5| Volume Label Provided on *-l* is Invalid. Allowed characters are alphabets, digits and underscore.|
|2|

0 comments on commit e0810ff

Please sign in to comment.