Hi
I need to create over 300 apps using applescript editor.
Each App will have the following:
tell application "Finder" to open file "File_Name-1.pdf" of folder "fscommand" of disk "DISKNAME"
The File_Name-1.pdf (including the extension) will change from an app to another.
Then this script needs to be saved as an application with ONLY RUN option and named filename1pdf.app - so I am changing all to lower case and stripping the "-", "_" and "."
Is their a way to automate this process without creating every single script and saving + renaming individually?
Any help will be much appreciated.
I need to create over 300 apps using applescript editor.
Each App will have the following:
tell application "Finder" to open file "File_Name-1.pdf" of folder "fscommand" of disk "DISKNAME"
The File_Name-1.pdf (including the extension) will change from an app to another.
Then this script needs to be saved as an application with ONLY RUN option and named filename1pdf.app - so I am changing all to lower case and stripping the "-", "_" and "."
Is their a way to automate this process without creating every single script and saving + renaming individually?
Any help will be much appreciated.