8 lines
72 B
Batchfile
8 lines
72 B
Batchfile
@@ECHO OFF
|
|
|
|
set/p URL="URL: "
|
|
|
|
movie.py --url %URL% -a
|
|
pause
|
|
|
|
@@ECHO OFF |