Replies: 1 comment
-
Hi mate ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To use the program, mount iso image should be done by hand.
Mount-DiskImage (get-item IsoFileName).FullName | Get-Volume
can be used.
We daily use the following copy-iso.ps1
$ISO=$args[0]
$DIR=$args[1]
echo $ISO $DIR
Is it possible to include the fragments into tiney11 script ?
Beta Was this translation helpful? Give feedback.
All reactions