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


Click here to return to the 'The Script as it Should Have Been' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
The Script as it Should Have Been
Authored by: robm3660 on Feb 28, '03 11:07:23AM

I’ve had some trouble getting the script to show up correctly. Specifically, the backslashes haven't been showing up. I think I know how to fix that, so here is one more attempt to display the “txt2pdbdoc” line:

do shell script "txt2pdbdoc \"" & newName & "\" /tmp/" & quoted form of the POSIX path of (newName & ".txt") & ¬

The following may also work, as suggested by Mr_BigMac:

do shell script "txt2pdbdoc '" & newName & "' /tmp/" & quoted form of the POSIX path of (newName & ".txt") & ¬

[ Reply to This | # ]
It works!
Authored by: Deut3221 on Mar 01, '03 12:11:26AM

At last. It works. Thank you 100X for your help!!



[ Reply to This | # ]