Jump to content

Why wont this work?


 Share

Recommended Posts

Tried this but its a no go

Local $sAut2exeA = @ProgramFilesDir & "\AutoIt3\Aut2Exe\Aut2exeA.exe"
$i = 1
$srcfile = @Scriptdir &"\script\tmpfile.au3"
;Run('"' & $sAut2exeA & '" ' & $srcfile & '/' & @ScriptDir & 'Scripts\compiled' & $i & '.exe]')
$script2 = @ScriptDir & 'Scripts\compiled' & $i & '.exe'
ShellExecute( $sAut2exeA, $srcfile & "/" & $script2 )

Im about ready to give up becuz this is really irrating me, but i really want it too work i've been on this forum looking for an answer all night and i know it can be done

Edited by DBak

[center][/center]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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