Another approach would be to look for a windows GREP tool. Applying it recursively -starting with the default page.
See this closed?? answer:
What are good grep tools for Windows?
Particularly the Gnu Grep answer with xargs (and recursive grepping). If your script names and methods of calling them are reasonably consistent, you should be able to create a structure tree of the script calls in your system, as well as a list of used (and by elimination unused) scripts to focus your checking.
I would assume that the output from such an exercise cannot be absolutely relied on without a deal of duble-checking but it will hopefully speed the process up considerably.
Good luck.