Refresh script command vs. Menu View->Refresh
Posted: 24 Jun 2025 14:23
Sometimes I get spurious drive letters after inserting USB drives. I get around it by refreshing the tree and have tried to do it using a CEA mini-script.
I found out that it works just fine if I use something like
Where #482 is the code for the Refresh Tree menu command (F4)
If, however, I use something like the following, the spurious drive letter is not cleared and the status bar does not appear to momentarily show the "refreshing tree..." text
Are #482 and "refresh tree" supposed to act differently?
I found out that it works just fine if I use something like
Code: Select all
wait 1000; #482If, however, I use something like the following, the spurious drive letter is not cleared and the status bar does not appear to momentarily show the "refreshing tree..." text
Code: Select all
wait 1000; refresh "tree"