| Click here to select a new forum. |
| SCSI2SD Setup Troubles |
Posted by: mraroid on 2017-06-13 08:19:22 I am going to guess that conflict catcher is some software. I will start looking. Thanks so much for the help!!!
mraroid
|
Posted by: EvieSigma on 2017-06-13 09:24:38 I'll give Mac Identifier a try, thanks.
|
Posted by: mraroid on 2017-06-13 09:44:19 I found a older version of conflict catcher 3.0 and down loaded it. But my copy of Stuffit expander said it would not work on the file. Stuffit said I needed a copy of Stuffet Deluxe. I found a older copy of Stuffit Deluxe version 5.5 but it looks like it might take a hour or more the un compress the file.
I will check back. I would buy a copy conflict catcher if I knew which version would work on 7.5.6. It seems like a good tool to have around.
Thanks everyone.
mraroid
|
Posted by: Alex on 2017-07-04 16:34:10
… it's a little bit annoying to have to always click cancel or whatever, but it doesn't affect usability.
I wonder if this little AppleScript in the startup folder will click the Cancel button for you. I can't test it but maybe if it doesn't work you can modify it.
tell application "Finder"
-- click button "Cancel" of front window
click button "Cancel" of window 1
end tell
If the line with the double en-dash, which is just a comment, result in an error delete it. It's meant to be a comment only.
If you need a delay before it executes the tell, just enter a line on top like this:
delay 20s
-- 20 second delay
|
| < 2 |