get_win8key icon indicating copy to clipboard operation
get_win8key copied to clipboard

save to file by default? or wait before quiting

Open nwgat opened this issue 9 years ago • 2 comments

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*

nwgat avatar Jun 06 '15 14:06 nwgat

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"

christian-korneck avatar Jun 06 '15 14:06 christian-korneck

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

Gelo3D avatar Nov 14 '16 01:11 Gelo3D