Rclone mount for Windows
HomeContact
  • 😇INTRODUCTION
    • Rclone mount for Windows
    • Overview
  • ⚙️REQUIREMENTS
    • Setup Rclone
    • Set environment variable path
  • 🗓️TASK SCHEDULER
    • Setup Windows Task Scheduler
  • 😶SILENTCMD
    • Install SilentCMD
    • Create batch script
    • Setup shortcut
      • Create shortcut
      • Set icon for shortcut
      • Run at startup
      • Make shortcut be as a program
  • 🤞ADVANCED USING
    • Other ways
    • Task Scheduler with batch script
Powered by GitBook
On this page
  • INTRODUCTION
  • WHY'S THIS?
Edit on GitHub
  1. INTRODUCTION

Rclone mount for Windows

Made by Kevin Nitro 💖

NextOverview

Last updated 1 year ago

INTRODUCTION

Use Rclone to mount remotes like in Linux --daemon, or "daemonise" Rclone 🤔

You can read to know what is --daemon mean

WHY'S THIS?

Rclone mount in Windows needs cmd console

When you use rclone mount command, you need to keep the cmd window open. If you close it, Rclone will stop 💀

With this, it doesn't need cmd console, cmd window and run with parent process

But actually, there still is a Windows host console running while Rclone mount runs 😐

😇
rclone mount doc
Page cover image