Page 1 of 1

Command Line on Mac

Posted: 21 Nov 2011, 01:35
by SigMan
How do I access the command line version of AnyToISO on a Mac? Your tutorial does not indicate where it is installed. Thx.

Re: Command Line on Mac

Posted: 21 Nov 2011, 06:38
by Steven
SigMan
Have you tried?
/Applications/AnyToISO.app/Contents/MacOS/AnyToISO

Re: Command Line on Mac

Posted: 21 Nov 2011, 17:12
by SigMan
Yes. I tried to wrap the bin directory in my home folder:

/Applications/AnyToISO.app/Contents/MacOS/AnyToISO ./bin ./bin.iso /label: /fs:

No errors or anything, it just doesn't produce the .iso file.

Also, I tried: /Applications/AnyToISO.app/Contents/MacOS/AnyToISO /help

No error but no response.

Thanks.

Re: Command Line on Mac

Posted: 22 Nov 2011, 11:44
by Steven
SigMan
That's how it works:

Code: Select all

/Applications/AnyToISO.app/Contents/MacOS/AnyToISO /fromdir /Volumes/SECURE/test ~/test_image.iso /label:MY_IMAGE /fs:udf
(creates an image in the home directory of the current user)

PS. There's a lack of output on mac, but this will be improved soon.

Re: Command Line on Mac

Posted: 06 Dec 2011, 18:59
by jackie

Code: Select all

sudo ln -s /Applications/AnyToISO.app/Contents/MacOS/AnyToISO /usr/bin/any2iso  

Code: Select all

any2iso /fromdir /Volumes/SECURE/test ~/test_image.iso /label:MY_IMAGE /fs:udf

Re: Command Line on Mac

Posted: 06 Dec 2011, 19:04
by Steven
jackie
:good: