Is there an easy way to run editbin.exe from shell if editbin is included in the app path? Meaning i have a project, i compile it, i place a copy of editbin in the same folder that the compiled project is. Wanted to set a command button to run editbin with PathFile.Text as the exe to run editbin against.
You're thinking about something like this? Code: var path = App.Path & "\editbin.exe" Shell(path, 1) Or did I misunderstand?
No that's correct, i was trying to make it easier but i realized i needed to link the link.exe FIRST inorder for editbin.exe to work properly from my little APP. Im done with it i'll try to upload it tonight after i talk to ancestor(v) or Yen.