Skip to content

Instantly share code, notes, and snippets.

@debuti
Created June 6, 2021 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debuti/01f9d5b1f3f478c5126600d7947d5765 to your computer and use it in GitHub Desktop.
Save debuti/01f9d5b1f3f478c5126600d7947d5765 to your computer and use it in GitHub Desktop.
rclone mount launch on boot for windows
<job>
<script language="VBScript">
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
Call WshShell.Run("C:\path\to\bin\rclone\rclone mount db: B:", 0, False)
</script>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment