Jump to content

runwait function


Recommended Posts

i have create 2 autoit script

in the first i have the line:

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","clone","REG_SZ","C:\temp\clone\clone.exe")

shutdown(6)

i run the first script

then the pc reboot and it runs automatically the second script (clone.exe)

the second script (clone.exe) contains:

$FICHMODELE = FileOpen("C:\temp\clone\ipstation.txt",0)

RunWait("C:\temp\clone\ipmodif.bat")

the ipmodif.bat file:

for /F "eol=, tokens=1,2,3 delims=;" %%i in (ipstation.txt) do netsh interface ip set address "lan" static %%i %%j %%k 1

when i run manually clone.exe, it work's

if i run the first script, the second script runs automatically but it doesn't work

i think that the problem becomes with the registry key in the first script

any suggestions

thanks

Link to comment
Share on other sites

hi

i have find the solution

i don't use the regedit's entry

i just put this line in my first script:

FileCopy("C:\temp\clone\clone.lnk", "C:\Documents and Settings\Install\Menu Démarrer\Programmes\Démarrage", 1)

it works very well :whistle:

zoub

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