You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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"
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
The text was updated successfully, but these errors were encountered: