mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Add arguments parsing to batch script
Kill me.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
@echo off
|
||||
pushd %~dp0
|
||||
|
||||
:loop
|
||||
IF NOT "%1" == "" (
|
||||
SET ASF_ARGS=%ASF_ARGS% %1
|
||||
SHIFT
|
||||
GOTO :loop
|
||||
)
|
||||
|
||||
dotnet ArchiSteamFarm.dll %ASF_ARGS%
|
||||
|
||||
Reference in New Issue
Block a user