How does that put the file in a directory by itself?! Looks to me like that renames everything to .exePyrosoft said:Oh, if you want to then put the file in a directory by itself, create a batch file, enter the following
"ren *.* *.exe"
And run it.
Job done![]()
It does, but like I was saying, if Xplo puts it in a directory himself (cut/paste) then creates/runs the batch file, then it will rename it to .exe, then he can move it back to wherever it belongs.rich_g85 said:How does that put the file in a directory by itself?! Looks to me like that renames everything to .exe![]()
My bad - I read your sentence without the word 'then' for some reason and got the wrong end of the stick. Try it - you'll see where I'm coming from.Pyrosoft said:Oh, if you want to THEN put the file in a directory by itself, create a batch file, enter the following