Call a File inside Project with "path to me"

Hi Folks,

can somebody please help me by solving this issue:

I have written a dialer in c which connects me via terminal to the internet:

terminal connect:> ./Web’n’walk Manager connect 0 gprsinternet

I am kindly ask you how to put this into a do shell? The File “Web’n’walk Manager” is a Resource in my application…

Thanks for any suggestions…

Stefan

Hi Folks,

solved it!


do shell script quoted form of POSIX path of ((paht to me as Unicode text) & "Contents:Resources:Web'n'walk Manager") & " connect 0 gprsinternet"

Best regards,

Stefan