Jump to content

Can AutoIt Make An App That Supports Parameters


Recommended Posts

What I'm Trying To Say Is.. If I Have A Program Like This :

Add.Au3 :

Func _Add ($A, $B)
Return Execute ($A + $B)
EndFuncoÝ÷ Øz0Z¥tâ-JjpPuì^.)N¬×^ÅïÀuÝvJ¶§¸¤y8b°Ø¢ä­YC¢}ý´©èÁhZ´ý:òx¡&²N§.$¦¦WºÚ"µÍÈÚ[^XÝ]H
    ÌÎNÑ[[[YIÌÎNË ÌÎNÔ[Y]ÉÌÎNÊBÚ[^XÝ]H
    ÌÎNÐY^IÌÎNË   ÌÎN×ÐYHÌÎNÊ

Thats What I'm Trying To Do @.@.. I Hope Someone Can Help Me..

Latest Projects :- New & Improved TCP Chat

Link to comment
Share on other sites

What I'm Trying To Say Is.. If I Have A Program Like This :

Add.Au3 :

Func _Add ($A, $B)
Return Execute ($A + $B)
EndFuncoÝ÷ Øz0Z¥tâ-JjpPuì^.)N¬×^ÅïÀuÝvJ¶§¸¤y8b°Ø¢ä­YC¢}ý´©èÁhZ´ý:òx¡&²N§.$¦¦WºÚ"µÍÈÚ[^XÝ]H
    ÌÎNÑ[[[YIÌÎNË ÌÎNÔ[Y]ÉÌÎNÊBÚ[^XÝ]H
    ÌÎNÐY^IÌÎNË   ÌÎN×ÐYHÌÎNÊoÝ÷ Ù8Z¶Å¡jÒ7ödëÊ)àNè z)y*&zÞ    ©ÇzZL{ú®¢×+¦®ËhÂäjëh×6; Save this file as Add.au3
; Then Build or Compile
; Comment out MsgBox() line and un-comment run() line
; Run this au3 file; OR 
; At dos command prompt Enter   cd [Full path to directory of Add.exe file] (cd is change directory)
; Then type     Add.exe 12 4     Then Enter

MsgBox(0, "test Add", $CmdLine[1] + $CmdLine[2])

;Run("Add.exe 12 4")
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...