Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YJ 5.1.0 not work on Windows 11 #44

Open
tschinkes opened this issue May 13, 2024 · 1 comment
Open

YJ 5.1.0 not work on Windows 11 #44

tschinkes opened this issue May 13, 2024 · 1 comment

Comments

@tschinkes
Copy link

I downloaded the compiled Version of YJ.EXE for Windows and run it on my system. VJ starts but nothing happends, only black screen on my command screen. I allowed the exe for run and start something on my system.

@square-foot
Copy link

square-foot commented Aug 23, 2024

It works on my Windows 11... I think what's happening in your case is that if you run YJ.EXE only on its own, it is waiting for you to enter data via the console itself. Instead, first open the CMD window (the black screen) separately by running the "cmd" command. change the folder to the folder where YJ.EXE is existing. Then run the following command inside that command screen

yj -h

That will display the help.

For example; if you want to convert a file abc.json to TOML you would need to give the following command

yj -jt <abc.json >abc.toml

The "<" is a redirection operator for input... it means it will accept the data inside abc.json
and ">" means it will output the converted data into abc.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants