Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add exe to compiled exe
#1
I found in the help file how to add an exe to the final exe & I also found an example in the forum, but for some reason I'm banging my head off the wall trying to figure out how to make it work. Every variation I try seems to fail. The few times it seems to work, it fails when I launch my compiled program. Gin, if you or anybody else can give me a simple example showing me how to add, let's just say Notepad to a program I will be so happy.

Thanks & sorry for my ignorance...
Jason
#2
Macro Macro1787
Code:
Copy      Help
#if EXE
#exe addfile "$system$\notepad.exe" 10 ;;add notepad.exe to this exe (when making exe)
if(!ExeExtractFile(10 "$qm$\notepad.exe")) ret ;;extract notepad.exe from exe (when exe runs)
run "$qm$\notepad.exe" ;;run the extracted file
#endif
#3
Incredibly fast response as always!! Thank you so much Gin!


Forum Jump:


Users browsing this thread: 1 Guest(s)