Google Drive, Plex, Windows 10

the prime part of it doesnt seem to be working just hangs on the cmd screen

heres what i have

mount.bat

@echo off
title Rclone Mount READ ONLY
C:\rclone\rclone mount --attr-timeout 1000h --dir-cache-time 1000h --poll-interval 0 --rc --read-only -v Gdrive: V:
pause

Prime.bat

@echo off
title Rclone Prime
C:\rclone\rclone rc vfs/refresh recursive=true --timeout 10m
pause