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


-psn | 31 comments | Create New Account
Click here to return to the '-psn' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
-psn
Authored by: mcroft on Feb 06, '02 11:58:37PM

yup, I added this just after the filer for .app

-- if the name contains "-psn", truncate the name there.
set ao to offset of " -psn" in a
if (ao is not 0) then set a to (text items 1 through (ao - 1)) of a as string



[ Reply to This | # ]
-psn
Authored by: porkchop_d_clown on Feb 07, '02 05:25:19PM

Well, I want a general version that will kill any command line args. They almost always have a dash in front, and a space, so I think I have a solution.



[ Reply to This | # ]