You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
prg
About this tag
The prg tag on WindowsForum.com covers discussions about handling PRG and P00 file extensions, particularly in batch scripting. A common topic is recursively removing these extensions from files and folders on a partition using batch commands. Users seek methods to rename or delete PRG and P00 extensions efficiently, often referencing tools like XCOPY for recursive operations. The tag is relevant for Windows users dealing with legacy file formats or automated file management tasks.
Hello!
I need to recursively to remove all extensions PRG and P00 on single partition.
I know that recursively can work XCOPY, but renaming is other task.
How to create batch to remove all these extensions of files and folders (if exist) recursively?
Thank you for each help, suggestion or...