Add ZZZ
This commit is contained in:
parent
d847349948
commit
bd4074edb1
1 changed files with 10 additions and 0 deletions
|
@ -26,5 +26,15 @@ PowerShell -Command "" ^
|
||||||
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-starrail.ico';" ^
|
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-starrail.ico';" ^
|
||||||
"$Shortcut.Save()"
|
"$Shortcut.Save()"
|
||||||
|
|
||||||
|
:: ZZZ shortcut
|
||||||
|
ECHO ZZZ shortcut creation...
|
||||||
|
PowerShell -Command "" ^
|
||||||
|
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||||
|
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Zenless Zone Zero.lnk');" ^
|
||||||
|
"$Shortcut.TargetPath = '!collapse!\!exe!';" ^
|
||||||
|
"$Shortcut.Arguments = 'open --game 3 --region 0 --play';" ^
|
||||||
|
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-zenless.ico';" ^
|
||||||
|
"$Shortcut.Save()"
|
||||||
|
|
||||||
IF NOT "%1"=="yes" PAUSE
|
IF NOT "%1"=="yes" PAUSE
|
||||||
EXIT /B
|
EXIT /B
|
||||||
|
|
Loading…
Reference in a new issue