Oxide does not loadSolved
I have installed the latest version of oxide onto my server that is hosted on my computer. When I say oxide.version it says that its a invalid command.
Oxide is not installed then, you'll need to install it and make sure you aren't running SteamCMD in your .bat each start.
I did install it corectly (I followed 4 diferent tutorials) and here is my run.bat

============================================
echo off
:start

cd rustds
RustDedicated.exe -batchmode ect, ect.
cd ../

goto start

============================================
Looks fine there, but Oxide definitely isn't installed if that command does not work. Please install again.
Just to make sure, I go inside rust DS and drag RustDedicated_Data from Umod and replace the servers RustDedicated_Data.
Yes, and you'd overwrite when prompted. Make sure there are no duplicates under RustDedicated_Data/Managed as well, nothing with (1) or (Copy). Oxide will load when the server is patched with it, which is triggered under Assembly-CSharp.dll. If that Assembly-CSharp.dll file is not replaced or is restored to orginal, Oxide will not load as that file isn't modifed to tell it to load.

The oxide.version command is from Oxide.Rust.dll though, so if that isn't showing, then Oxide is either not fully installed else something is causing that file not to load. You can check your output_log.txt from the server (set using -logfile filename in your .bat) and oxide/logs if Oxide is loading at all.
Ok, There are no copys and there is a file called Assembly-CSharp.dll. I will start the server and send you the output_log.txt

Merged post

I added the line -logfile in my bat and it does not log, Can you please tell me where it should be.
What does your .bat look like now?
echo off
:start

cd rustds
RustDedicated.exe -batchmode -logfile ect ect.
cd ../

goto start
Okay, what do you have for -logfile exactly? I can't really help with only a partial of what you are using provided.
So you want the full .bat?
Yes, I need to know what you are using in order to actually help you. ;)
echo off
:start

cd rustds
RustDedicated.exe -batchmode -logfile +server.hostname "[Vancouver, BC, Canada] Depression Hour | No Decay" +server.seed 55 +server.worldsize 5000 +rcon.port 28016
cd ../

goto start
You need to set an actual filename for it... -logfile output_log.txt
OOOOOHHHHHHHHH, That makes sence

Merged post

Turns out there was a autoupdate in the run.bat. Thanks for your help!
Locked automatically