Rclone mount Windows
Guide for Mounting Remotes using Rclone for Windows
Last updated
Was this helpful?
Guide for Mounting Remotes using Rclone for Windows
Last updated
Was this helpful?
This is my trick to use rclone mount command. If it isn't efficient and you have another efficent, easy way, feel free to create an issue or create a pull request 🥰
It helps to run commands silently, not open the cmd window
Go to
Download from , extract and put it in a folder
You should also set environment path for Rclone to make it easier to use 😪
The directory where the batch script locates doesn't matter, you can create it in any directory
Create a batch file (Ex: Mount.bat)
Edit it (Ex: Notepad) and put the below script inside the batch file
Replace your command in the script above 👆
Ex of my rclone mount script:
See more about rclone command to use it as your demand 😪
Copy the full path of the script above for the below step
In step 3, if you don't set env for SilentCMD & Rclone, you will have to replace the full path of the .exe file of those programs
Right-click anywhere to open Context Menu --> New --> Shortcut
Type the location of the item: SilentCMD "the_full_path_of_batch_script"
--> Next
Type a name for this shortcut: Anything you want (Ex: Rclone mount)
In step 2, if you don't set env for SilentCMD, you have to enter the full path of .exe of SilentCMD
Open its properties (Alt + Enter
)
Click on Change icon...
: Browse to the icon file
You can use rclone.exe's icon
Windows + R: shell:startup
Copy & Paste the shortcut you created from the previous step
Use task schedule which I'm not good at using it 🥴
Windows + R: shell:Common Programs
Copy & Paste the shortcut you created from the previous step
And now you can search for the shortcut in search bar 🔎