how do I get the second line of a txt file (harder than it seems)
I’m using reg review to get a programs folder.
this is what it outputs
HKEY_LOCAL_MACHINESOFTWAREAutoHotkey InstallDir REG_SZ C:Program FilesAutoHotkey
how do I make it so that it extracts just the location (3rd line)
if you know of another way that gets just the location (i still want to use the registry because
because i want it to be dynamic
Thanks
Mattzz
dosnt matter i got it, its simple (I found how someone else did it(my base) but they had “Program” insteadof “Program Files” so I just did it like this
it gives me
now all I have to do is add quotes and it is done.
Thanks anyway
Matt