Im a beginer and have a problam with seting up Rclone

I downloaded Rclone, I placed it in the path, but my computer does not recognize it and does not open it in PowerShell?

The command I were trying to run (eg rclone copy /tmp remote:tmp)

PS C:\Users\USER\Desktop> rclone

here the photo of that the rclone is in my path

welcome to the forum and shalom,

does this work?

cd c:\rclone
.\rclone.exe

and what is the output of echo $env:path

1 Like

Thank you very much!
Bouth for the welcome and the help! It works now, and the output is I gess the loction, to send a sc?

not sure what you are asking?

to sent a screanshot?

please copy and paste text, instead of hard to read screenshots.

:+1: This is the output of echo $env:path
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\rclone;C:\Users\USER\AppData\Local\Microsoft\WindowsApps;C:\rclone;
PS C:\Users\USER\Desktop>

looks good, but C:\rclone is listed two times.

yes, at fisrt I put it in the user path and when it didnt work I found out there is system path and they were not the same or synced so I add the rclone to that path. In thought that maby that was the problam. To delit one of them?

yes, can do that.

Does it metter from where I delit?

no, does not matter but better to move the first one.

Oki doki. Again, thank you :folded_hands: and have a great day :rainbow:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.