Flawed ?
Flawed ?
- Subject: Flawed ?
- From: Bernard Azancot <email@hidden>
- Date: Tue, 3 Feb 2004 14:22:49 +0100
This is a very basic question (apologies):
My script is very simple but I get the following error message every
time I launch it:
" The script is flawed or AS is installed improperly".
No problem with other scripts... So, it rather looks like a "flawed
script".
I have simplified the script to try to find out what the problem is,
but I always get the same boring message.
In case of bad install, how can I re-install AS ?
1st simplified script
-- --
tell application "Tex-Edit Plus"
tell window 1
set thePath to "IBM 01: Users:Parents:Documents:SD Downloads:"
save window 1 in thePath
end tell
end tell
-- --
2nd simplified script
--
tell application "Tex-Edit Plus"
set thePath to "IBM 01:Users:Parents:Documents:SD Downloads:"
save window 1 in thePath
end tell
-- --
Thanks foy your help.
BA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.