G
Gene Wirchenko
Dear Win7ers:
I am working between two systems: an XP system and a 7 system. I
copy files back and forth on a USB stick. Some of the filenames are
long, and I have old utility software that is limited to the 8.3 file
format. I need short filenames, and I can not trust the the short
names generated by Windows will be consistent.
I created a batch file to make a short filename version:
del WFCNew.asp
xcopy WorkFunctionCodes_New.asp WFCNew.asp /v
del WFCNP01.asp
xcopy WorkFunctionCodes_New_Process01.asp WFCNP01.asp /v
Unfortunately, xcopy always asks me if the destination is a file
or a directory. I can not see, in the switches, what to specify to
say that it is always to be a file. Note that I am always copying ONE
file. (Yes, I have verified that it is only one file to be copied per
xcopy command.)
What switch setting do I need, please?
Sincerely,
Gene Wirchenko
I am working between two systems: an XP system and a 7 system. I
copy files back and forth on a USB stick. Some of the filenames are
long, and I have old utility software that is limited to the 8.3 file
format. I need short filenames, and I can not trust the the short
names generated by Windows will be consistent.
I created a batch file to make a short filename version:
del WFCNew.asp
xcopy WorkFunctionCodes_New.asp WFCNew.asp /v
del WFCNP01.asp
xcopy WorkFunctionCodes_New_Process01.asp WFCNP01.asp /v
Unfortunately, xcopy always asks me if the destination is a file
or a directory. I can not see, in the switches, what to specify to
say that it is always to be a file. Note that I am always copying ONE
file. (Yes, I have verified that it is only one file to be copied per
xcopy command.)
What switch setting do I need, please?
Sincerely,
Gene Wirchenko