You are not logged in.
Delete Safari's History with a shell command. From the AppleScript Users List
OS version:
Applescript:
try
do shell script "rm ~/Library/Safari/History.plist"
end try
tell app "Safari" to quit
Ray Barber
Admin | MacScripter
Offline