Jump to content

File doesnt run - i cant find no error in it, wheres the bug in it?


Recommended Posts

Hi coders

im again in a bug.

i got two files that run after this file is at the end. (1.exe, 2.exe, 3.exe, 4.exe, 5.exe, 6.exe, 7.exe, 8.exe, 9.exe all files are the same content with upgoing profile 7.lnk 8.lnk ... )

currently i run into this problem:

i start the script with 1.exe (the code below). after its at the end it runs 2.exe at the end 3.exe until its on 9.exe then starts with 1.exe again.

but actually now there comes the bug. i run 1.exe it goes to 2.exe and on 3.exe.

3.exe then doesnt open the browsers.

i look inside the code and cant see any error.

so i run 2.exe again it goes to 3.exe and it opens the browsers.

next time the file that stucks is another one that doesnt open the browsers.

anyone got any idea where the bug is ?

 

 

#RequireAdmin

ShellExecute("C:\1.lnk")
Sleep(3000)
ShellExecute("C:\2.lnk")
Sleep(3000)
ShellExecute("C:\3.lnk")
Sleep(3000)
ShellExecute("C:\4.lnk")
Sleep(3000)
ShellExecute("C:\5.lnk")
Sleep(3000)
ShellExecute("C:\6.lnk")



Sleep(30000*5)
Opt("WinTitleMatchMode",2)
;~ WinWait(" free")
WinClose(" free")
Sleep(5000)
Opt("WinTitleMatchMode",2)
;~ WinWait(" free")
WinClose(" free")
Sleep(5000)
Opt("WinTitleMatchMode",2)
;~ WinWait(" free")
WinClose(" free")
Sleep(5000)
Opt("WinTitleMatchMode",2)
;~ WinWait(" free")
WinClose(" free")
Sleep(5000)
Opt("WinTitleMatchMode",2)
WinWait(" free")
WinClose(" free")
Sleep(5000)
Opt("WinTitleMatchMode",2)
WinWait(" free")
WinClose(" free")
WinWaitClose("[CLASS:Chrome_WidgetWin_1]")
Sleep(5000)
ShellExecute(@ScriptDir & "\2.exe")

 

Link to comment
Share on other sites

  • Developers

... and again a new thread on this mysterious topic..

So what about you tell us now what you are really doing and why you again felt the need to create a new Topic while you had one going already?
It is much easier when you continue a exiting thread when a extra question pops up as it then contains the full story.

.. but lets start with a proper explanation what is it you are trying to do here as it feels you are trying to hide you real goals!

Jos

PS: Everybody else: Please stay out until the thread is cleared!

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

1: thats no misterious toppic

2: this topic is another threat due to its another question that doesnt belog to the old threats question / theme.

If i got a question about bmw i create a topic about bmw

if i got a question about mercedes i create a seperate topic about mercedes because its another theme than bmw.

And due to you dont understand my script, its not my fault that you call it mysterious script.

Blameing me for that you dont understand my script, and i just ask a question about a part of my script and a general error bug and if someone please can have a look inside its not a mystical script.

 

thanks  so far for your work and time : )

btw ill creat  n new thread no about VW, just dont mint about it : )

Link to comment
Share on other sites

  • Developers

I do not see an answer to my question and just a load of BS, so would appreciate when you try to type a serious answer this time.... final request!

Jos

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

i cant get you, whats up in here?

you want an answer on this "It is much easier when you continue a exiting thread " ? or on what

No its not easier for me and i dont find your point?!! there are absolutely different things in the topics

topic 1 is

winclose - downst work all the time ------  a windows doesnt close

topic 2 is

 

File doesnt run - i cant find no error in it, wheres the bug in it? ---- an executable file doenst run on run the file

 

ITS like TOPIC 1 is asking a question about BMW CAR

TOPIC 2 is asking for help with a MERCEDES CAR

 

whats your point what do you want from me Jos? and why are you so unfriendly to a friendly and cind forum user??

Link to comment
Share on other sites

  • Jos locked this topic
  • Developers

I won't be shouted at and have explained what I wanted to know because your posts as questionable to say the least.

Topic is closed as you seem to be incapable in providing an answer to a perfect simple question. 
Don't start a new one!

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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