Jump to content

Recommended Posts

Posted (edited)

I want Converting This Command To .Au3 Script:

opening this File <<< mshta.exe %CD%\AHJ.hta >>> *

* %CD% = Application Path

Edited by AHJAHJ
  • Moderators
Posted
;) What Script? :lmao:

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Why the double Post ?


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

  • Moderators
Posted

:err: What Script?... you don't have a script / you have a command line from a batch file... what have you tried to script and failed at... what have you read in the help file that you don't understand?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Up .

?


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

:err: What Script?... you don't have a script / you have a command line from a batch file... what have you tried to script and failed at... what have you read in the help file that you don't understand?

I want converting a command to .Au3 Script

Posted (edited)

You need to be more specific with your question, and when it is obvious that no one understands, then explain differently, not in less words that don't make sense.

Also, don't double post - it won't get you double the results. I am sorry, but I also love the subject 'I want this Script'!

Anyway, try the following:

Run (@SystemDir & "\mshta.exe d:\AHJ.hta")

or

Run (@SystemDir & "\system32\mshta.exe d:\AHJ.hta")

I assume D: is the CD. Change as necessary. You don't indicate if the script in being run from the CD, or elsewhere. If it is from the CD then try:

Run (@SystemDir & "\mshta.exe " & @ScriptDir & "\AHJ.hta")

or

Run (@SystemDir & "\system32\mshta.exe " & @ScriptDir & "\AHJ.hta")
Edited by Stumpii

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Posted

You need to be more specific with your question, and when it is obvious that no one understands, then explain differently, not in less words that don't make sense.

Also, don't double post - it won't get you double the results. I am sorry, but I also love the subject 'I want this Script'!

Anyway, try the following:

Run (@SystemDir & "\mshta.exe d:\AHJ.hta")

or

Run (@SystemDir & "\system32\mshta.exe d:\AHJ.hta")

I assume D: is the CD. Change as necessary. You don't indicate if the script in being run from the CD, or elsewhere. If it is from the CD then try:

Run (@SystemDir & "\mshta.exe " & @ScriptDir & "\AHJ.hta")

or

Run (@SystemDir & "\system32\mshta.exe " & @ScriptDir & "\AHJ.hta")
Thank You Very Much :lmao:
  • Moderators
Posted

Ha!! and you thought you were the only one helping him!! (Hmmm.... well other than stumpii.... you were I guess :lmao: )

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Ha!! and you thought you were the only one helping him!! (Hmmm.... well other than stumpii.... you were I guess :lmao: )

AHJAHJ made an ;)

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

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
×
×
  • Create New...