Skip to main content
BEGINNER_X
Legend
November 22, 2013
Question

.sitx to Folder using Stuffit Expander

  • November 22, 2013
  • 1 reply
  • 718 views

Hi All,

Is it possible to convert .sitx format to folder format through Javascript or Applescript or any other process???

Using Mac OS

Please refer the attachment:

Currently we do it manual process more than 100 files.

I dont have any idea.

Could anyone please help for my request.

Thanks in advance

Beginner_X

This topic has been closed for replies.

1 reply

Legend
November 22, 2013

This works for me:

File("~/Desktop/test.sitx").execute();

as does

tell application "StuffIt Expander" to open alias "Macintosh HD:Users:dirk:Desktop:test.sitx"