ricktendo Posted October 15, 2007 Posted October 15, 2007 RenFiles[Rename-files-section-name]new-file-name, old-file-nameLists the names of files to be renamed. The name of the section must appear in a Renfiles item in an Install section of the INF file.new-file-nameNew name of the file.old-file-nameOld name of the file.This example renames the files file42 to file41, file52 to file51, and file62 to file61 in the system32 folder:[DefaultInstall]RenFiles=RenameOldFilesSec[RenameOldFilesSec]file41, file42file51, file52file61, file62[DestinationDirs]RenameOldFilesSec=11The folder where all the old filenames exist must be defined in a DestinationDirs section as shown in the above example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.