Hello there,
I have this directory full of "camera xxxx.htm" files. I need to rename them to be just xxxx.htm. There must be a simple way of doing it under cmd prompt. I have tried rename "camera *.htm" *.htm but of course it did not work. Anyone has any ideas? Using move could work as well. I just want to get rid of the lond file format so I can process those files in SQL server. For some reason SQL server does not like dealing with the long file names.