Jump to content

How To Run the program in "@ProgramFilesDir" ?


Recommended Posts

Guest quboboo
Posted

RUN(@ProgramFilesDir & "\Real\RealPlayer\realplay.exe") is wrong,the right is.....?

thx

Guest quboboo
Posted

sorry,my English is very poor,so ...

please tell me that the right way,ok?

thx again

[

$MyProg=FileGetShortName(@ProgramFilesDir & "\Real\RealPlayer\realplay.exe")

$MyProgDir=FileGetShortName(@ProgramFilesDir & "\Real\RealPlayer")

Run($MyProg,$MyProgDir)

]is wrong, :(:(

Posted (edited)

....?

$MyProg = FileGetShortName(@ProgramFilesDir & "\Real\RealPlayer\realplay.exe")
Run ($MyProg )
Edited by Burrup

qq

Posted

RUN(@ProgramFilesDir & "\Real\RealPlayer\realplay.exe") is wrong,the right is.....?

why should this be wrong? Works perfectly on my system.... What is your error message?

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...