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
Edit on GitHub
  1. SILENTCMD
  2. Setup shortcut

Create shortcut

Create a shortcut to run the batch script with SilentCMD

PreviousSetup shortcutNextSet icon for shortcut

Last updated 1 year ago

  1. Right-click anywhere to open Context Menu --> New --> Shortcut

  2. Type the location of the item: SilentCMD "full/path/to/your/script"

  3. 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

😶