Created
June 6, 2021 22:31
-
-
Save debuti/01f9d5b1f3f478c5126600d7947d5765 to your computer and use it in GitHub Desktop.
rclone mount launch on boot for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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