mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Move files around.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user