Search found 1 match
- 24 Nov 2018 13:46
- Forum: DOS Batch Forum
- Topic: Lazy DOS interface for Python SCDL-CANT EDIT ANYMORE
- Replies: 2
- Views: 3869
Lazy DOS interface for Python SCDL-CANT EDIT ANYMORE
I have a Batch file I use to run a few different argument types for downloading Soundcloud music. Utilizing 'scdl' through Python. I decided when I made the DOS file for a friend, to have an ASCII art look. So I used ' for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A' and sto...