Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Worked here...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Worked here...
Authored by: robg on Jan 31, '02 06:25:52PM

What errors are you getting? I just literally selected all the above text, pasted into Script Editor, and said "Check Syntax" then run.

If you've moved your swap partition, you'll need to fix the second line of the script, otherwise you'll get a runtime error.

-rob.



[ Reply to This | # ]
Worked here...
Authored by: wuf810 on Feb 01, '02 05:53:21AM

"Expected Expression but found unknown token".

I haven't moved my Swap file but I do have my OS X installed on a separate volume on my hard disk.



[ Reply to This | # ]
Worked here...
Authored by: wuf810 on Feb 01, '02 06:00:45AM

Just checked and the errors are generated by these two lines

set outString to outString & diskName & ": " & freeSpace & " MB, " & ¬

set outString to outString & return & "All" & ": " & allFree & " MB, " & ¬



[ Reply to This | # ]