Search found 1 match
- 15 Apr 2013 09:58
- Forum: DOS Batch Forum
- Topic: RENAME in a LNK file
- Replies: 2
- Views: 4284
RENAME in a LNK file
For a number of reason I need to use an LNK file rather than a BAT file, to do a RENAME. I had hoped simply sending the REN via CMD would work. I.e. CMD /C /D RENAME "C:\Program Files\Common Files\Autodesk Shared\WSCommCntr4\lib\WSCommCntr4.exe" "WSCommCntr4.exe.OOTB" The RENAME ...