Command line 命令行-在桌面上创建exe文件的快捷方式

Command line 命令行-在桌面上创建exe文件的快捷方式,command-line,Command Line,我需要创建桌面上许多exe文件的快捷方式 我使用了以下命令行:mklink/d Name c:\folder\subfolder\action.exe 它创建了一个文件夹而不是exe快捷方式 请告知如何做到这一点。thksC:\Windows\System32>mklink创建符号链接 MKLINK[/D][/H][/J]]链接目标 /D Creates a directory symbolic link. Default is a file symbolic lin

我需要创建桌面上许多exe文件的快捷方式

我使用了以下命令行:mklink/d Name c:\folder\subfolder\action.exe

它创建了一个文件夹而不是exe快捷方式


请告知如何做到这一点。thks

C:\Windows\System32>mklink创建符号链接

MKLINK[/D][/H][/J]]链接目标

/D      Creates a directory symbolic link.  Default is a file
        symbolic link.
/H      Creates a hard link instead of a symbolic link.
/J      Creates a Directory Junction.
Link    specifies the new symbolic link name.
Target  specifies the path (relative or absolute) that the new link
        refers to.