Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
@echo off
SetLocal EnableExtensions
@call :nm %1
@net share "%nm%"=%1
@exit
:nm
@set nm=%nm%%~n1%
@exit /B
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Расшарить\command]
@="\"C:\\netshare.bat\" \"%1\""