How to prevent dialogue box from appearing for each new occurence:

PleaseRescueMe

New Member
Hello,

Does anyone know if there is a way to transfer about 4000 fonts from a flash drive to a fonts folder on my computer without having to click ok every two seconds, for two hours, everytime an error window pops up? My answer will always be OK, regardless of the question. I just want to be able to set the process in motion, go out to dinner & come back & voila! it's done.

Thank you,

PRM
 
Probably little use to you but these things are really easy to handle with a decent keystroke/macro program. You would have the macro hit "OK" every time the error window title existed.

Non-programmers tend to shy away from macro programs. I use payware Macro Express Pro, very user-friendly, and AutoIt, more geeky but free. There are others. Even with simple macros, you can save huge amounts of time with repetitive tasks. In its simplest form, the requested task would be two programming commands in a loop with timer. Five lines in total.
 
As further comment, what is the cause of the errors? Is it a conflict with existing fonts or is it a problem with the particular font? Lots of useless text files of the same name? Have you tried copying into a temp file on the HDD first then to the system fonts folder (or your owner fonts folders)? What software are you using for the transfer?
 
Back
Top