Move files around.

This commit is contained in:
Darko
2015-05-28 12:36:00 +02:00
parent a5ea73deec
commit ae0434ac11
1403 changed files with 13 additions and 18 deletions
@@ -0,0 +1,16 @@
:Top
echo off
cls
:MAINMENU choose option from menu
set /p userinp=Enter the full group name you would like to backfill, or to default to all groups, simply press enter:
set userinp=%userinp%
if "%userinp%"=="" goto All
:SINGLE
CD..
php.exe backfill.php "%userinp%"
:ALL
CD..
php.exe backfill.php