D
David Trimboli
I've got a number of software packages that have long file names that
need to be converted to 8.3-format for a RIS image. I've written a
script that writes a $$rename.txt file in each folder of a given package
and renames the files that need renaming.
My question is how to format the [Section_Name] part of $$rename.txt as
a relative path pointing only to the current directory. All the examples
I can find use absolute path names (e.g. [\] for the root of the drive,
[\WINDOWS] for the Windows directory, etc.). Apparently it's not [] (I
just tried it).
How is this done? Is it [.]? Something else? Is it not possible?
need to be converted to 8.3-format for a RIS image. I've written a
script that writes a $$rename.txt file in each folder of a given package
and renames the files that need renaming.
My question is how to format the [Section_Name] part of $$rename.txt as
a relative path pointing only to the current directory. All the examples
I can find use absolute path names (e.g. [\] for the root of the drive,
[\WINDOWS] for the Windows directory, etc.). Apparently it's not [] (I
just tried it).
How is this done? Is it [.]? Something else? Is it not possible?