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

Support double-click on windows #12

Open
sbliven opened this issue Feb 29, 2024 · 1 comment
Open

Support double-click on windows #12

sbliven opened this issue Feb 29, 2024 · 1 comment
Labels
enhancement New feature or request windows Windows-specific bugs

Comments

@sbliven
Copy link
Member

sbliven commented Feb 29, 2024

Windows users are unfamiliar with the command line and likely to double-click on the executable to launch. This silently fails currently. Better would be to either open a terminal or at least display an error mesage

@sbliven sbliven added enhancement New feature or request windows Windows-specific bugs labels Feb 29, 2024
@kavir1698
Copy link
Contributor

The .exe file cannot open itself in a new terminal window when double-clicked. A workaround is to create a batch file (.bat) that launches the program in a new command prompt window.

@echo off
start cmd /k "path\to\datasetIngestor.exe"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request windows Windows-specific bugs
Projects
None yet
Development

No branches or pull requests

2 participants