Using in a bat file rlcone obscure + rclone config create , produces a config file that does not allow to log in… While doing same in rclone config interactively all goes right.
Perhaps my bat is wrong, but I cannot “debug” it. obscured password looks good but does not log in…
Is there a way to “de-obscure” to check that bat works right?
set order=rclone.exe obscure MYpass
FOR /F %%F IN (’%order%’) DO SET MYpassobscured=%%F
rclone config create MYremote mega user MYuser pass %MYpassobscured% --config rclone.conf