OS X Technologies :: Open A Very Old Cwk File?
Apr 8, 2012Is there a way I can use a very old .cwk file? I tried opening it in iWorks '06, the old version I have and it said it couldn't read it.
View 1 RepliesIs there a way I can use a very old .cwk file? I tried opening it in iWorks '06, the old version I have and it said it couldn't read it.
View 1 RepliesBeen up for a while trying to figure this out with no luck. I created an app that will uninstall a program and all of it's files.Â
example try                   do shell script "rm -rf /Applications/TestFakeApp"          end try    try                   do shell script "rm -rf /Applications/TestFakeApp2"          end try    try                   do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp.plist"          end try         try                   do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp2.plist" end try         try                   do shell script "rm -rf ~/Library/Logs/FakeTestApp*"          end try         try                   do shell script "rm -rf ~/Library/Application\ Support/FakeTestApp" end tryÂ
there are alot more paths to remove but this is just a few for exampleÂ
I want to be able to create a log.txt file on the desktop to show what has been removed and or what could not be removed.Â
I then tried by creating a text document by usingÂ
do shell script "touch ~/Desktop/test.txt"Â tell application "Finder"Â open file ((path to desktop folder as text) & "test.txt") using ((path to applications folder as text) & "TextEdit.app")end tellÂ
but I don't know what to do next.Â
1. Have it check for each file to see if it was deleted or not
2. add it into the test.txt file
3. save the file once doneÂ
Info:
MacBook
Pro, Mac OS X (10.7.3)
is it technically possible to load a file into ram?
I want this file to be as quick as possib le to open, so i'd like to put it in the ram.
My son is trying to open a .jar on his Macbook to add a mod to Minecraft. It throws an error and directs him to Console each time, but Console isn't showing any errors. Using advice on a couple of similar threads I followed some steps but ended up at a dead end.Â
The Terminal message I get when I follow the steps in another thread is this:Â
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Display
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)Â
Info:
MacBook (13-inch Mid 2010), Mac OS X (10.7.3), Java Issues
not able to open mail , keep getting message loading loading loading ,
Info:iMac
Does any one know of a bug or a log for folder scripts that do not run? I am trying to get a basic folder script (to replace %20 in the file name) of the Downloads folder.
When downloading multiple files (two or more) it runs only on the first file, successfully without error, and then never runs on the second file. If I move both of the files out of the Downloads folder and move it back it, the one file that does not get the folder action now does and everything is peachy.So it is not that the folder action is not scripted properly. It is just that the folder does not catch the second file download - guess maybe too fast? Has any one seen this or have this bug?
Info:15" Unibody MacBook Pro , Mac OS X (10.6.4)
I am trying to convert a .dmg file as an Rdxx (Read-only) image format by using the hdiutil command in Apple's terminal.Â
Is it the following command?Â
hdiutil convert -format Rdxx [input file].dmg -o [output file].dmg If it's not, then is there any way I can do that correctly?Â
    Â
Info:
MacBook Pro, Mac OS X (10.6.7)
How can i open the files in the folder if you scroll to "--open file items of the name folder" you can see where I am struggling to run the script. How should this look to run, currently the script runs, with no errors or anything appearing in the folders.
[code]...
I'm wondering where to go to find the lastest things like emacs, python distributions, apache, etc. There used to be a bunch of them on apple.com but they keep moving things around and I'm having trouble finding them.
Info:
G4 mac mini, unibody macbook pro, core duo mini(2), iphone 4, ipad, ipod(2), Mac OS X (10.7), numerous other linux boxes
I am trying to do research on how to fix my current problem of not being able to open my terminal window. When attempting to do so I get the following error message:Â
You are unauthorized to run this application.
The administrator has set your shell to an illegal value.Â
I looked at some previous posts and some people said download iterm2 and put the following command: sudo chsh -s /bin/bash my_username. After this enter password and it should be fixed. However when doing that I get the following response: SC is not in the sudoers file. This incident will be reported.Â
Couple of things, firstly SC (which is me) is the administrator to this computer (this is my computer and there are no other users on it).Â
Info:
MacBook (13-inch Early 2008), Mac OS X (10.7.3), 2.4 GHz Intel Core 2 Duo
My Macbook Pro with Mac OS X 10.7.4 has been real slow lately in opening files, saving documents, opening webpages. I often have MS Excel and Word and Outlook open so not sure if that is the problem.
Info:
MacBook Pro, Mac OS X (10.7.4)
I can't open my E-Mails with a download or a video It read's The movie file isent recognized
View 1 Replies View RelatedI want to analyse record types from a large input file and so far have managed to extract different groups and created the relevant files. All I want to do now is count the number of records in each file so I can produce a report showing the different types but cannot figure out how to do this, I know it will be simple but I cannot get any command to accomplish this
Info:
iMac, Mac OS X (10.7.1)
I have a folder action set up to open movie files in a conversion app but every time I add a new file it loads all the files in the folder. How can i exclude a file that has already been opened by the folder action. I can't move the file due to queing up moves for conversion if the file is moved after it is opened the the program doesn't know where to look for it. Ive tried Filter finder items by last opened and set it as today but that did not work. It opened nothing. May I could set it up to know if the file has been there longer then 5 min that the folder action should not open it.Â
Info:
Mac Pro, Mac OS X (10.7.3)
if there is a way of having a list of image file names, searching for the images then putting them into a new folder? I'm guessing it can probably be done through mac scripting but I know nothing about scripting and genreally not great with technogy so ideally need step by step instructions!
View 6 Replies View RelatedI am trying to download a list of mp3 files from urls with the format [url] where the 000 portion of the file name increments into 001, 002, 003...
View 4 Replies View RelatedI'm trying to write a script that will open a specific folder. The only problem is that it needs to be run on multiple machines with different Hard Drive names. Here is a sample of the script that will work on my machine.Â
tell application "Finder" activate open folder "HDD:Volumes:USERData:Users:Staff:Name" end tellÂ
Is there anyway to change "HDD" to whatever the current users Hard Drive is named?Â
Does the exclusion of a file or directory remove any existing, already backed up versions of that file or directory from TimeMachine? I have a large file I don't want backed up every time I connect to my backup drive. It's 50GB+. I rarely touch the file, and when I do, I don't use it for anything that needs to be saved, it is a historical only version of my Parallels from an older Microsoft OS. I occasionally need to open it to just look at something, but never 'do' anything with it.Â
I want to exclude it, but don't want any older version of the file to be removed from backup. Does anyone know if exclusions are retroactive into the TimeMachine database? Given this is 50GB+, trying it to find out is a quite slow process.Â
Info:
MBP, Mac OS X (10.4.8)
I have a set of photos I"d like to import into iPhoto, but iPhoto doesn't recognize them because they don't have file extensions. Could someone give me a script that will look at each file in a specific folder, check to see if an extension is present, and if not, add the correct extension based on the file type?Â
View 3 Replies View RelatedI figured out how to run multiple copies of skype by launching the .app file from different osx user accounts in terminal. What I'm trying to do now is script this or automate opening terminal and typing the line with automator. The following is the line that I use.Â
su user2 -c "/Applications/Skype.app/Contents/MacOS/Skype && exit"Â
And I just change user2 to user3 for a third instance of skype and so on. how ot automate this process?
Info:
iMac, Mac OS X (10.7), 27" / i5 / 8GB RAM
I have multipe accounts on my Mac. Two of them need to share certain files, but not with everyone else so I can't use the Shared folder. When I create a new text file with AppleScript it has default ownership to the account that created it, but I need to give read & write privilages to it to the other account as well. I can do this manually, but there are lots of files sometimes. One trick I've found is to reset privilages from the next higher folder. This saves time, but sometimes I forget. Also when I do this it causes Time Machine to think all the files in that folder have been updated. If the folder is large it may cause Time Machine to purge a old backup version. What I'd like to do is find some AppleScript code I can use to add user "A" with read & write access to the permissions of a new file at the time my AppleScript creates that file.
Info:
Mac Pro, Mac OS X (10.7.4), 15 GB
I have thousands of text files that are named with random unique numerical ID in a specific folder. The problem is I want to be able to do quick sort of the files by a category. The category of each text file is always written as the fourth line of each text file. I would like to write an Applescript to append the fourth line of the text file onto the file name with a underscore in-between. (i.e. Category_1235678.txt).
Info:
Mac OS X (10.7.3)
For some reason time machine does not react when I want to enter to find a past file version.
Info:
Time Machine, Mac OS X (10.7.3), MacBook Pro / G-Raid2 640GB
"failed to open a session on the device" - HP Officejet 5610 scanner
Info:
MacBook Pro, Mac OS X (10.6.8)
Cannot seem to upload to a ftp server (permissions are correct on the home folder of the user!)But I get this result:
ftp> put /Users/[userfolder]/Documents/untitled.rtf
local: /Users/[userfolder]/Documents/untitled.rtf remote: /Users/[userfolder]/Documents/untitled.rtf
227 Entering Passive Mode (99,254,236,63,209,169)
553-Can't open that file: No such file or directory
553 Rename/move failure: No such file or directory Â
I'm trying to add time/date stamp to my screen capture file names. (at the moment it's just 'Picture 1' etc..)I've tried the following command in terminal but have not had success.
defaults write com.apple.screencapture name "datestamp" at "timestamp"Â
Info:
Mac OS X (10.5.8)
Whenever I open a pdf, adobe starts to open every pdf file on my computer. Does anyone know of any way to stop this? I couldn't really find anything on search. I am running OSX 10.6.3
View 4 Replies View RelatedToday I tried opening my keynotes presentation file to make amendments to it and when I double clicked on it, the program loading bar only loaded up a third of the way and then hanged. I then tried to save it to a flash drive and use it on a different computer, but when I tried to copy it over to the flash drive it gave me this error: "the finder cannot complete the operation because some data in "garment styles" could not be read or written error code - 36".
I have tried changing the file extension to a zip, then unzipping it and then renaming it but that did not work.(It wouldn't let me unzip it). I have also looked at the index file name to see if that was the problem, but that is as it should be.
I have also tried uploading it to a website and emailing it and it will not let me.
Is there anyway I can recover this file as I have been working on it for over a month and it is due next week, or will I need to start again?
ok trying not to get a panic attack here. I downloaded espionge to encrypt my valuable files and while it was encrypting (AES 128 bit i think) the program froze and I had to Force quit it. Now I try to open my file (that i was trying to encrypt) and it looks f*^&# up. I can't open it, and when I tried to unmount the partially encrypted file, espionage gave me errors that it couldnt recover the original file.
I had basically all my life's valuable accumulated data in that folder (it was 10 Gb+). I will praise anyone to the end of my days that can somehow tell me how to restore my file to its original state. Usefull info:
1) AM planning to pay gazillions for recovery software if need be, but free alternatives are always better.
2) I never secure delete if that helps
3) I still have the .sparseimage for the file created by espionage. (P.S. sparseimage's size looks really close to the orignal, also 10 Gb +).
4) Newest version of OSX, and have an IMac.
5) after incident I haven't done anything (no installations or downloads) apart from writing this.
6) the encrypted file was gonna be in HFS+ i think
I got a file named myfile.dat from my supervisor and he said myfile.dat is a helix database file. I tried to open that file after installing helix server 6.1.5, but I couldnt open it. I am really in a confusion that whether the given file is helix format file or something. Can anyone tell me that how to open *.dat file or how to identify the format from the file extension.
View 7 Replies View Related