Jump to content

Recommended Posts

Posted (edited)

I want Converting this .cmd into .au3

===============================================================

Set AHJ Software=%~dp0

for /f "delims=: tokens=1" %%i in ("%AHJ Software%") do %%i:

cd "%AHJ Software%"

%windir%\system32\mshta.exe "%CD%\AHJ.hta"

===============================================================

Edited by AHJAHJ
Posted

I want Converting this .cmd into .au3

===============================================================

Set AHJ Software=%~dp0

for /f "delims=: tokens=1" %%i in ("%AHJ Software%") do %%i:

cd "%AHJ Software%"

%windir%\system32\mshta.exe "%CD%\AHJ.hta"

===============================================================

What does your batch file do?

[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()

Posted

Running mshta.exe "%Appkication Path%\AHJ.hta"

So...

$Path = "C:\path\AHJ.hta"
Run("mshta.exe" & $Path, @SystemDir)

[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...