Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In BAT file, how do I move a shortcut?

Tags:

batch-file

I have the following line in a BAT file, it does not work, how do I make it work? The shortcut is in the same directory as the BAT file, I have to move it to the desktop.

MOVE "MyShortCut.Ink" C:\
like image 649
Bill Software Engineer Avatar asked Dec 16 '22 04:12

Bill Software Engineer


1 Answers

shortcut files have a .LNK extension ("LINK"). You've got INK as in "my pen broke and spilled ink all over my shirt".

like image 136
Marc B Avatar answered Jan 12 '23 15:01

Marc B