ReadKey

tux
05-29-2003, 03:05 PM
Hi

How would i make App.EXEName say the App Exe Name using it like

ReadKey("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\App.EXEName")


i cant get it to read it i tried putting in & before and after App.EXEName but then it tries reading & App.EXEName & but i need it to come out as the the name like Project1 or whatever

Thanks

robot313
05-29-2003, 03:12 PM
Leave the key name in quotes but put & App.EXEName outside the quotes:
ReadKey("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" & App.EXEName)

tux
05-29-2003, 03:30 PM
Leave the key name in quotes but put & App.EXEName outside the quotes:
ReadKey("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" & App.EXEName)

Thank You

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum