I am trying to rename files forcing/making sure the first 3 characters will be in uppercase, however
RENAME xxx*.* TO XXX*.*
however I always see the file in lower case
I also tryed to create a batch file (BAT), however, when I execute it from VFP << RUN RENB.BAT >> nothing happens, but when I execute the same BAT file from the command windows, the files are renamed properly.