Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/operavaria/rclone-automount
Windows automount script for the rclone application
https://github.com/operavaria/rclone-automount
automount autorun cloud rclone vbscript
Last synced: 6 days ago
JSON representation
Windows automount script for the rclone application
- Host: GitHub
- URL: https://github.com/operavaria/rclone-automount
- Owner: OperaVaria
- License: gpl-3.0
- Created: 2024-01-20T22:23:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T13:04:10.000Z (12 months ago)
- Last Synced: 2024-11-07T10:34:42.010Z (about 2 months ago)
- Topics: automount, autorun, cloud, rclone, vbscript
- Language: VBScript
- Homepage: https://github.com/OperaVaria/rclone-automount
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# Rclone Automount Script for Windows
Rclone is an extremely powerful command-line program to manage files
on cloud storages. However, on Windows it is surprisingly difficult
to set up a CLI application to run commands at startup/login without
popping up an unpleasant and unsettling Powershell/cmd window.This simple Visual Basic Script will execute the inserted rclone mount
commands in a graceful manner, completely silently. It is ideal to be
set up as an autostart item, and automatically mount all needed cloud
folders, at system boot or user login, seamlessly.## Instructions
Follow the instructions in the file comments and insert as many
rclone commands as you wish. After that, set the file to autostart
in one of several possible ways (startup directories, registry,
Task Scheduler).## Other
Tested on Windows 11 with rclone v1.65.1.
[Get rclone (not affiliated)](https://rclone.org/downloads/)
**[Contact](mailto:[email protected])**
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)