1
Programming / Re: [Classic Rexx] Set Long File Name
« Last post by Jan-Erik Lärka on Today at 08:05:35 pm »Warning!
This script may cause harm to your computer!
DO NOT USE UNLESS FULLY AWARE OF THE DANGER!
The attached script was inspired by setln.cmd, but also extended to handle "more" of the problems we face with our OS when we download files with national characters.
Those brave that may want try it should perhaps trace it line by line to see what it does to begin with.
Feel free to improve!
rename nls.zip to nls.ext
An important part of the script is the function that use unzip32.dll or unzip.exe to unpack the file nls.ext (that is a plain .zip-file)
nls.ext contain information about the characters valid in various languages.
This script may cause harm to your computer!
DO NOT USE UNLESS FULLY AWARE OF THE DANGER!
The attached script was inspired by setln.cmd, but also extended to handle "more" of the problems we face with our OS when we download files with national characters.
Those brave that may want try it should perhaps trace it line by line to see what it does to begin with.
Feel free to improve!
rename nls.zip to nls.ext
An important part of the script is the function that use unzip32.dll or unzip.exe to unpack the file nls.ext (that is a plain .zip-file)
nls.ext contain information about the characters valid in various languages.