
Rename Single-file Components
Description This script will rename single-file components to their filename. Usage CScript.exe {Script} {MSI} Script 'set up log file Dim fso : Set fso = CreateObject("Scripting.FileSystemObject") Const ForReading = 1 Const ForWriting = 2 Const ForAppending = 8 'create a...








