thebookisclosed / ViVe

C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer
GNU General Public License v3.0
4.89k stars 298 forks source link

Commands not working #85

Closed Or-uh closed 1 year ago

Or-uh commented 1 year ago

I open cmd in admin, go to zVIVE directory, it tells me available commands adn the i try to use any commmand and it tells me "/disable' is not recognized as an internal or external command, operable program or batch file." I am on windows OS Build 22621.1344

thebookisclosed commented 1 year ago

You seem to be following a tutorial and forgetting to start the command with vivetool when issuing subcommands such as /disable

Or-uh commented 1 year ago

i do "cd vivetool" before i do anything if thats what you are referring too

thebookisclosed commented 1 year ago

I'm not, I'm talking about the start of a command being the name of the program itself, instead of the slash prefixed subcommand which comes after. I'd generally advise you against using this tool if you aren't familiar with command line tools.

natsteps commented 1 year ago

Hey umm im very confused and im having the same trouble as @Or-uh , idk the commands at all

thebookisclosed commented 1 year ago

This is a bug/issue tracker, teaching CLI basics is definitely out of its scope.