Skip to content
OrigamiK edited this page May 23, 2021 · 3 revisions

Welcome to the kickassanime-downloader wiki!

Setting the alias for the command in windows:

Since, I wouldn't want to permanently change the registry for the aliases without telling the user, I encourage the user to set up their aliases themselves using the following steps:

  1. Create a new batch file, call it Alias.bat. Copy/paste the text below. TIP: I recommend creating a C:\Bin folder for all your command line tools.
  2. Open the register HKEY_CURRENT_USER\Software\Microsoft\Command Processor.
  3. Add an String Value named Autorun and set the value to absolute path of the Alias.bat file.
  4. Done.

Contents of Alias.bat file:

DOSKEY kaa='cd "C:\Path\To\kickassanime-downloader\" && python cli.py $*'
Clone this wiki locally