TwitchDownloader/bin/upload.bat

6 lines
183 B
Batchfile
Raw Normal View History

2022-12-03 08:57:56 -05:00
@echo off
set root_path=%1
set user=%2
FOR /F "eol=# tokens=*" %%i in (%~dp0\..\.env) do SET %%i
CD %~dp0
2022-12-05 11:21:39 -05:00
rclone.exe copy ../%root_path%/%user% %remote%/%root_path%/%user% --progress