Re: [v2 PATCH] cmd: Implement builtin mklink command
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
@@ -310,6 +310,15 @@ CHOICE is mainly used to build a menu selection in a batch file.\n" "EXIT terminates the current command session and returns to the operating\n\ system or shell from which you invoked cmd.\n"
+ WCMD_MKLINK, +"Creates a symbolic link.\n\ +MKLINK [[/D] | [/H] | [/J]] Link Target\n\ +/D Creates a directory symbolic link. Default is a file symbolic link.\n\ +/H Creates a hard link instead of a symbolic link.\n\ +/J Creates a Directory Junction.\n\ +Link specifies the new symbolic link name.\n\ +Target specifies the path (relative or absolute) that the new link refers to.\n"
This is a straight copy from the Microsoft version. Not only is this not allowed, it also doesn't fit in with the description style of the other commands. -- Alexandre Julliard julliard(a)winehq.org
participants (1)
-
Alexandre Julliard