Hi Tookeri,
I really feel dense.
I removed all the code I added to the original script and ran it in an Admin command prompt and received these errors.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\System32>Option Explicit
'Option' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>Dim oCmd, oFolder, oFSO, oFileList, oFile
'Dim' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>Dim sRenamePath, sRenamePrefix, sFileExtension, sConfirmRena
me
'Dim' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>Dim iFileCount, iFileIndex
'Dim' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>Dim bConfirmEach
'Dim' is not recognized as an internal or external command,
operable program or batch file.
Thanks for your patience.