Renaming Files
Question: How can I rename a dat file into an exe file?
anonymous
Answer:How you rename a file depends on the operating system you are using.
- In DOS you type in: rename file.dat file.exe
- in Unix/Linux you type in: mv file.dat file.exe
- in OS/2 you hold down the ALT key and left click on the file to be renamed then type in the new name
- in Windows (any version) you right click on the file to be renamed, select rename from the context menu and then type in the new name.


