My program needs to start another prograr to do some editing, but I belive that I need to get the path first this will need to be done programaticly dose anybody know how to do this? The file that will be edited will be installed with my program. I tryed
Shell("Appname.exe" & app.path & "file.xyz",1)
code sample please.