Tapankumar Posted February 8, 2011 Posted February 8, 2011 Hello, Can anybody help me how to lunch an application install other than C:drive, without using hardcoded path in Run(). Thanks in advanced Regards, Tapan The sample script used here ***************************** $Path = "HKEY_LOCAL_MACHINE\DU Meter\DUMeter.exe" For $i= 1 to 9999999 $name = RegEnumVal($Path, $i) If @error <> 0 then ExitLoop $value = RegRead($Path,$name) MsgBox(4096, "SubKey #" & $i & " under " & $Path,"Name: " & $name & ", Value: " & $value) Next ************************************************************************ My PC configuration details: 1. Having 4 Drives: C,D,E & F 2. Installed Win-7 Proffessional 3. And the DUMeter.exe is installed in F:drive, and also other apps Gtalk,AIM,Skype are installed in F:drive Now i need a script which can the above application without using the installation path please suggest me how do i search the path first for the particular application & put it into Run()
ludocus Posted February 8, 2011 Posted February 8, 2011 'how to lunch an application?': You start eating it bit by bit.
kaotkbliss Posted February 8, 2011 Posted February 8, 2011 byte by byte 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Piyush Posted February 8, 2011 Posted February 8, 2011 lol.. [font="Comic Sans MS"][size="7"]Piyush.....[/size][/font][font="Palatino Linotype"][size="2"]Some Of My Scripts...Cool Font Generator Train Searcher and Tracer[/size][/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now