I've created a simple mod to upload to Steam for test purposes, and I've hit a wall with the batch file (specifically the file path... I think). The mod works properly with the Mod Manager and with actual game play. I suspect the batch file issue is something that I'm doing wrong due to lack of experience
Batch File Text 1
steamcmd.exe +login JohnDoe ABC123 +workshop_build_item C:\Users\Users\Desktop\metadata.vdf +quit
Batch File Text 1 Error
'steamcmd.exe' is not recognized as an internal or external command, operable program or batch file.
Batch File Text 2
builder\steamcmd.exe +login JohnDoe ABC123 +workshop_build_item C:\Users\Users\Desktop\metadata.vdf +quit
Batch File Text 2 Error
The system cannot find the path specified.
I've tried numerous paths and tried launching the batch file directly within the SteamCMD directory as an administrator with no luck. The attached file includes the metadata.vdf, but this was located on my desktop for these attempts (along with dozens of other attempts
Please Help!
