mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
5 lines
80 B
Batchfile
5 lines
80 B
Batchfile
|
@setlocal
|
||
|
@echo off
|
||
|
set CMD=%*
|
||
|
set APP=%1
|
||
|
start wscript //nologo "%~dpn0.vbs" %*
|