Hello,
I'm having trouble trying to have my Executable build only perform certain actions based upon if it is named a certain way.
For example, if say when I start up the application it is named "somename.exe", then perform [Action A]. Else if it is named "helloworld.exe" then perform [Action B].
I've tried something like,
if @autoitexe <> "helloworld.exe" Then
; blahblah
else
; blahblah
Is it possible?
I'm having trouble trying to have my Executable build only perform certain actions based upon if it is named a certain way.
For example, if say when I start up the application it is named "somename.exe", then perform [Action A]. Else if it is named "helloworld.exe" then perform [Action B].
I've tried something like,
if @autoitexe <> "helloworld.exe" Then
; blahblah
else
; blahblah
Is it possible?