mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-08 17:57:51 +00:00
6 lines
81 B
Batchfile
6 lines
81 B
Batchfile
@setlocal
|
|
@echo off
|
|
set CMD=%*
|
|
set APP=%1
|
|
start wscript //nologo "%~dpn0.vbs" %*
|