1.

Solve : remove file extension in batch command?

Answer»

Hello All,

I'm a noob at this and have been trying to figure out how to REMOVE the file extension type when using a batch COMMAND to copy all files in a specified directory.
Below is my batch command:

Code: [Select]@echo off
cls
echo press any key to continue transfer!
pause

dir "V:\Personal Folders\sss\Work Orders\Requested" /b /o:n > WOnames.txt

echo transfer complete
pause
Can someone help me out with this?What are you trying to do? Copy a file SOMEWHERE? Or FTP it?

And you want to change the name of it after it gets to a NEW folder?

Maybe if you write a list of steps as to what you want to do it WOULD help us understand.

Thanks



Discussion

No Comment Found