setup windows dev.bat

This commit is contained in:
2021-10-31 00:58:29 -03:00
parent b490faa92a
commit 55cb4c3f13
10 changed files with 144 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
Rem populate folders
md C:\Librography
@echo off
echo gowl>C:\Librography\DBUser
echo gowl>C:\Librography\DBPass
echo. 2>C:\Librography\ticket.txt
echo Dialogo>C:\Librography\DefaultPrinter
set var1=1
echo %var1%>C:\Librography\LoggedIn
Rem extract files
7z.exe x lib -oC:\Librography -aoa
7z.exe x images -oC:\Librography -aoa
7z.exe x Librography -oC:\Librography -aoa
pause