Skip to content

Commit

Permalink
More Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed Jun 20, 2016
1 parent f563446 commit b3c9cb1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/core_am_instant_server.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,19 @@ goto amiMenu


:amiMenu

:: Prepare For Packaging
set root=%ProgramData%\activeMARK
del /f /s /q "%root%\instant\aminstant.log"
del /f /s /q "%root%\instant\connection.json"
del /f /s /q "%root%\instant\datagathering.json"
del /f /s /q "%root%\instant\games.json.lock"
del /f /s /q "%root%\instant\info.json"
del /f /s /q "%root%\instant\pending-requests.json"
del /f /s /q "%root%\streaming\access.lock"
attrib -h -s -r "%root%\data"


set returnTo=amiMenu

:: New Menu with working options only (20160515)
Expand Down Expand Up @@ -278,6 +291,8 @@ goto end


:amiMenu2
attrib -h -s -r "%root%\data"

set returnTo=amiMenu2

cls
Expand Down

0 comments on commit b3c9cb1

Please sign in to comment.