We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

Command Line on Mac

Ask, answer questions, and express your opinion about AnyToISO. Discussion of bugs and problems found in AnyToISO, feature requests

Moderator: Steven

Post Reply
SigMan
Posts: 4
Joined: 21 Nov 2011, 01:20

Command Line on Mac

Post 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.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Command Line on Mac

Post by Steven »

SigMan
Have you tried?
/Applications/AnyToISO.app/Contents/MacOS/AnyToISO
SigMan
Posts: 4
Joined: 21 Nov 2011, 01:20

Re: Command Line on Mac

Post 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.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Command Line on Mac

Post 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.
jackie
Posts: 1
Joined: 06 Dec 2011, 18:52
Contact:

Re: Command Line on Mac

Post 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
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Command Line on Mac

Post by Steven »

jackie
:good:
Post Reply