
Set theFile to quoted form of (toInstall & getFileName) Set getFileName to ( do shell script "cd " & quoted form of toInstall & " & ls -1 | head -n 1")

Set thePass to text returned of ( display dialog "Please Enter Your Password:" default answer "") Set totalFiles to ( do shell script "cd " & quoted form of toInstall & " & ls -1x | wc -l") as integer Set inStalled to (theContentPath & "Installed/") Set toInstall to (theContentPath & "ToInstall/") Set theContentPath to POSIX path of ( choose folder) Simply select the "Content" folder, enter your password when prompted and let the process run. Open Applescript editor and copy the following script in there and run. One named "Installed" and one named "ToInstall" and place the. Click to expand.Create a folder called "Content" in there create two folders.
