Giter Club home page Giter Club logo

organize-downloads's Introduction

Organize-Downloads

Organize your downloads folder with this simple background script that runs silently on your PC startup.

How to setup and use:

  1. Download the ZIP folder.
  2. Extract Organize Downloads folder to your desktop and open it.
  3. Open od_script.bat file with regular Notepad or Notepad++ (recommended).
  4. On line 5, change the downloadsFolder path to your Downloads folder path. It is usually something like:
"C:\Users\USERNAME\Downloads"
  1. Save and close the od_script.bat file.
  2. Open od_background.vbs file with regular Notepad or Notepad++.
  3. On the second line, provide the path to your od_script file. If you extracted the Organize-Downloads folder to your desktop, your path would be something like:
"C:\Users\USERNAME\Desktop\Organize Downloads"
  1. Save and close the od_background.vbs file.
  2. Press Win+R to open Run.
  3. Once there, type shell::startup and press ENTER.
  4. Move your od_background.vbs file to the Windows Startup folder. Leave your od_script.bat in the Organize Downloads folder. Do not move it so that you don't break the path to the file in the script.
  5. Now your script will silently run once every time you start your PC and will organize all your downloads to appropriate folders.
  6. You can run either od_script.bat or od_background.vbs to see the functionality of the script without restarting your computer.

To add more file extensions to your script, open od_script.bat with Notepad or Notepad++ (recommended):

  1. Create more subfolders if they don't exist:
md "%downloadsFolder%\Name_Of_Your_Folder" 2>nul
  1. On line 16, you can see the comment that says "Move files to appropriate folders"

  2. You can add more lines following this pattern:

move "%downloadsFolder%\*.put_your_extension_here" "%downloadsFolder%\Name_Of_Your_Folder\" >nul
  1. Make sure to follow the exact same syntax as other move commands. Don't put anything under the word 'pause'.

organize-downloads's People

Contributors

rmlrkh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.