Created
January 5, 2018 20:58
-
-
Save dogancelik/8f03a5c428783c7baaccdc1f28169f86 to your computer and use it in GitHub Desktop.
Some real life examples of endl CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /D %TEMP% | |
( | |
echo [shortcuts] | |
echo startmenu=0 | |
echo desktop=0 | |
echo explorer=0 | |
echo quicklaunch=0 | |
echo [addons] | |
echo quickpick=1 | |
echo [language] | |
echo language=1033 | |
) > Mp3tagSetup.ini | |
endl de "https://www.mp3tag.de/en/dodownload.html" "a[href*='.exe']" --args "/S|/D=D:\Portable\mp3tag" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /D %TEMP% | |
endl dx "https://www.xyplorer.com/xyfc/viewtopic.php?f=1&t=4&start=999999" ".post [href*='noinstall.zip']" -i=-1 --to "D:\Portable\XYplorer" |
Author
dogancelik
commented
Jan 5, 2018
- Download mp3tag Installer and extract.
- Download XYplorer ZIP and extract.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment