This small program gets the right "spelling" of a file (or a directory).
For example, if you had a file called "ThisIsMyFile" in the current
directory and want to copy it (or whatever) to a different device by doing
this: "copy thisismyfile ram:".
Then normaly a file called "thisismyfile" will be created in "ram:".
But if you use: "copy `correctname thisismyfile` ram:", then a file called
"ThisIsMyFile" will be created in "ram:" (if it was created so on the
source device). See what I mean?
|