> Le Script ne fonctionne pas sur version Française de MacSoup.
Je pense que c'est parce qu'il n'a pas chemin du fichier de settings.
Soit tu places un alias de ce fichier dans le dossier Bibliothèque de tom compte. Soit tu définis le chemin du dossier de settings dans le script (exemple si le dossier MacSOUP-X-F est dans le dossier Applications)
on run {input, parameters} tell application "Finder" open document file "Applications:MacSOUP-X-F:xxxx_Settings" of startup disk end tell tell application "MacSOUP" activate connect with fetching news and checking for new groups end tell return input end run
Le script ne fonctionne pas ?
on run {input, parameters}
tell application "Finder"
open document file "Applications:MacSOUP:Documents:usenet:MacSOUP Settings" of ¬ startup disk
end tell
tell application "MacSOUP" activate connect with fetching news and checking for new groups end tell
return input end run
-- Stephane MARTIN
Fleuger <g4fleurot@free.fr> wrote:
Stéphane Martin <stephane.martin@alussinan.org> wrote:
> Le Script ne fonctionne pas sur version Française de MacSoup.
Je pense que c'est parce qu'il n'a pas chemin du fichier de settings.
Soit tu places un alias de ce fichier dans le dossier Bibliothèque de
tom compte.
Soit tu définis le chemin du dossier de settings dans le script
(exemple si le dossier MacSOUP-X-F est dans le dossier Applications)
on run {input, parameters}
tell application "Finder"
open document file "Applications:MacSOUP-X-F:xxxx_Settings" of
startup disk
end tell
tell application "MacSOUP"
activate
connect with fetching news and checking for new groups
end tell
return input
end run
Le script ne fonctionne pas ?
on run {input, parameters}
tell application "Finder"
open document file "Applications:MacSOUP:Documents:usenet:MacSOUP
Settings" of ¬
startup disk
end tell
tell application "MacSOUP"
activate
connect with fetching news and checking for new groups
end tell
> Le Script ne fonctionne pas sur version Française de MacSoup.
Je pense que c'est parce qu'il n'a pas chemin du fichier de settings.
Soit tu places un alias de ce fichier dans le dossier Bibliothèque de tom compte. Soit tu définis le chemin du dossier de settings dans le script (exemple si le dossier MacSOUP-X-F est dans le dossier Applications)
on run {input, parameters} tell application "Finder" open document file "Applications:MacSOUP-X-F:xxxx_Settings" of startup disk end tell tell application "MacSOUP" activate connect with fetching news and checking for new groups end tell return input end run
Le script ne fonctionne pas ?
on run {input, parameters}
tell application "Finder"
open document file "Applications:MacSOUP:Documents:usenet:MacSOUP Settings" of ¬ startup disk
end tell
tell application "MacSOUP" activate connect with fetching news and checking for new groups end tell