Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
D:\usr\bin>mklink myemacs.exe ..\local\emacs23\bin\emacs.exe
symbolische Verknüpfung erstellt für myemacs.exe <<===>> ..\local\emacs23\bin\emacs.exe
D:\usr\bin>mklink myemacs2.exe "d:/usr/local/emacs23/bin/emacs.exe"
symbolische Verknüpfung erstellt für myemacs2.exe <<===>> d:/usr/local/emacs23/bin/emacs.exe
D:\usr\bin>type wget.exe > Notepad2.exe:wget2.exe
D:\usr\bin>Notepad2.exe
D:\usr\bin>mklink link.exe Notepad2.exe:wget2.exe
symbolische Verknüpfung erstellt für link.exe <<===>> Notepad2.exe:wget2.exe
D:\usr\bin>link.exe
link: missing URL
Usage: link [OPTION]... [URL]...
Try `link --help' for more options.
D:\usr\bin>type Notepad2.exe > wget_with_notepad.exe:np.exe
D:\usr\bin>mklink link2.exe wget_with_notepad.exe:np.exe
symbolische Verknüpfung erstellt für link2.exe <<===>> wget_with_notepad.exe:np.
exe
D:\usr\bin>link2.exe