Skip to content

Instantly share code, notes, and snippets.

@dogancelik
Created January 5, 2018 20:58
Show Gist options
  • Save dogancelik/8f03a5c428783c7baaccdc1f28169f86 to your computer and use it in GitHub Desktop.
Save dogancelik/8f03a5c428783c7baaccdc1f28169f86 to your computer and use it in GitHub Desktop.
Some real life examples of endl CLI
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"
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"
@dogancelik
Copy link
Author

  1. Download mp3tag Installer and extract.
  2. Download XYplorer ZIP and extract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment