add symlink to copy dialog
Moderators: Hacker, petermad, Stefan2, white
add symlink to copy dialog
Will be nice add option to copy dialog "make symlink" and "make hardlink" (for NTFS only)
similar
mklink /D /J E:\TC\test E:\123_test
mklink /H E:\TC\test E:\123_test
similar
mklink /D /J E:\TC\test E:\123_test
mklink /H E:\TC\test E:\123_test
AskParam+command line with mklink=buttonbar button
To hide blinking black window you may create LNK file for CMD.exe and use its path instead of CMD.exe in buttons parameters (in LNK properties set 'minimized'). So only taskbar button will blink.
Also NTFS Links will help.

Code: Select all
Command: AskParam.exe
Parameters: /c"Make junction" /t"%T%N" /p"Target: "%P%N", link:" cmd.exe /c mklink /J %%1 %P%N
Hint: Make junction
Code: Select all
Command: AskParam.exe
Parameters: /c"Make hardlink" /t"%T%N" /p"Target: "%P%N", link:" cmd.exe /c mklink /H %%1 %P%N
Hint: Make hardlink
Also NTFS Links will help.
-
- Junior Member
- Posts: 4
- Joined: 2003-12-31, 16:33 UTC
AskParam does not seem to like a SPACE in the file or folder nameMVV wrote:AskParam+command line with mklink=buttonbar button![]()
Code: Select all
Command: AskParam.exe Parameters: /c"Make junction" /t"%T%N" /p"Target: "%P%N", link:" cmd.exe /c mklink /J %%1 %P%N Hint: Make junction
To hide blinking black window you may create LNK file for CMD.exe and use its path instead of CMD.exe in buttons parameters (in LNK properties set 'minimized'). So only taskbar button will blink.Code: Select all
Command: AskParam.exe Parameters: /c"Make hardlink" /t"%T%N" /p"Target: "%P%N", link:" cmd.exe /c mklink /H %%1 %P%N Hint: Make hardlink
Also NTFS Links will help.
I have my NTLinks Maker bound to Alt+F6, it works just like usual copy/moves dialog and allows symlinks/hardlinks/junctions creation with elevation when needed.
Code: Select all
[em_NTLinksMaker]
cmd=""%COMMANDER_PATH%\Plugins\Content\NTLinks\NTLinksMaker.exe" /q"
param=/q- /b /r="%P" "@%WL" "%T"