Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

save to file by default? or wait before quiting #4

Open
nwgat opened this issue Jun 6, 2015 · 2 comments
Open

save to file by default? or wait before quiting #4

nwgat opened this issue Jun 6, 2015 · 2 comments

Comments

@nwgat
Copy link

nwgat commented Jun 6, 2015

how about saving to file by default? or wait when it has found the key, atm it will just quit, you have to run it under cmd to see the key

tested compiled exe*

@christian-korneck
Copy link
Owner

get_win8key is a command line tool and behaves exactly like that. Either run it from a Windows shell (start -> run -> cmd (+ ENTER) or if you want the shell to stay open you could for example create a desktop icon that runs this command:
cmd.exe /k "c:\somedir\get_win8key.exe"

To pipe the output to a textfile, you could do:
get_win8key.exe > "c:\somedir\win8key.txt"

@Gelo3D
Copy link

Gelo3D commented Nov 14, 2016

get_win8key.exe > ".\win8key.txt"

default localization file create :]

  • default - if win8key.exe saved in c drive - file create in c folder
    if win8key.exe saved in c/users/greg/download - file will be created in c/user/greg/download

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

No branches or pull requests

3 participants