Skip to content

Tell the user if devcon.exe not found #9

@reedy

Description

@reedy

If you run the file without devcon.exe actually existing, you get no output, and there's no clear indication of what is actually happening...

C:\Users\Administrator\Desktop>removedevices.js /verbose

C:\Users\Administrator\Desktop>

In made up pseudo code:
if not file exists("devcon.exe") {
echo "devcon.exe is missing...";
return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions