Skip to content

Commit 8ba5c2b

Browse files
authored
Add files via upload
1 parent 7003bf8 commit 8ba5c2b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
956 Bytes
Binary file not shown.

winScript/WinScriptLauncher.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Write-Host "Mengunduh dan menjalankan launcher..."
2+
$batUrl = "https://raw.githubusercontent.com/risunCode/WinPortal/main/winScript/WinScriptLauncher.bat"
3+
$batPath = "$env:TEMP\WinScriptLauncher.bat"
4+
5+
Invoke-WebRequest -Uri $batUrl -OutFile $batPath -UseBasicParsing
6+
Start-Process -FilePath $batPath -Wait
7+
Write-Host "Launcher selesai dijalankan."

0 commit comments

Comments
 (0)