Renaming files
-
I have a Tar file which contains files that start with “:” (colon). For example “:xcs”
When I extract, PA seems to rename it automatically to “cs”, truncating the “:” and the first character.
I would like to extract and rename the file to “_xcs” (underscore) automatically.
Does anyone know how to do this?
Thanks.
-
… I would like to extract and rename the file to “_xcs” (underscore) automatically.
I don’t think this can be done “automatically”. Although you could create a batch file to do it. Or simply extract then rename manually (using DOS command line [Start run cmd rename …] would not take long).
-
we can note this for one of the future versions…