Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@echo off
"C:\Temp\platform-tool\gnirehtet" run
@echo off
:: Check for admin
net session >nul 2>&1
if %errorlevel% neq 0 (
echo Requesting administrator privileges...
powershell -Command "Start-Process '%~f0' -Verb RunAs"
exit /b
)
:: Always run gnirehtet from its install directory
set "GNIDIR=C:\Temp\platform-tool"
cd /d "%GNIDIR%"
"%GNIDIR%\gnirehtet" run
C:\Temp\platform-tool
> copy con my-batch.bat
@echo off
gnirehtet run^Z
1 file(s) copied.
C:\Temp\platform-tool
> type my-batch.bat
@echo off
gnirehtet run
I still do it that way... well, sometimes.Here's how we used to do it back in the 90s
