I want to be able to right click on a file and have it automatically change the file I right clicked on to the filename.extention.original.
In other words if a file is named 'program.exe' I want to be able to automatically just right click on the file select a menu option then it will automatically find the path of the file I right clicked on then rename it 'program.exe.original'.
I do a lot of renaming of files and I hate right clicking then going to the end of the file and renaming the file.
I know how to add the menu item to the right click menu. I just basically need to know if there is a vbscript function that can return the path of the file I have right clicked on. Then I will be able to rename it from there.
In other words if a file is named 'program.exe' I want to be able to automatically just right click on the file select a menu option then it will automatically find the path of the file I right clicked on then rename it 'program.exe.original'.
I do a lot of renaming of files and I hate right clicking then going to the end of the file and renaming the file.
I know how to add the menu item to the right click menu. I just basically need to know if there is a vbscript function that can return the path of the file I have right clicked on. Then I will be able to rename it from there.