Jump to content

easy question


Recommended Posts

Opt("RunErrorsFatal", 0)
Run("C:\Program Files\Diablo II\D2Loader.exe", "", @SW_MAXIMIZE)
sleep(4000)

how do i get this with Skiptobnet & Windowed function at the shortcut it is:

"C:\Program Files\Diablo II\D2Loader.exe" -w -skiptobnet

thnx :)

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

um Run("C:\Program Files\Diablo II\D2Loader.exe -w -skiptobnet", "", @SW_MAXIMIZE)

??

better still...

Edited by Rick

Who needs puzzles when we have AutoIt!!

Link to comment
Share on other sites

yes it does work then i already tried that but then i get a error 'could not indentify application'

:/

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

  • Developers

Run(@ComSpec & ' /c "C:\Program Files\Diablo II\D2Loader.exe" -w -skiptobnet')

Edited by JdeB

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

how about

Run(@ProgramfilesDir & "\Diablo II\D2Loader.exe -w -skiptobnet", @ProgramfilesDir & "\Diablo II", @SW_MAXIMIZE)

Edited by Rick

Who needs puzzles when we have AutoIt!!

Link to comment
Share on other sites

Run(@ProgramfilesDir & "\Diablo II\D2Loader.exe -w -skiptobnet", @ProgramfilesDir & "\Diablo II", @SW_MAXIMIZE)

yes that did work awesome!! thnx ( also for the others that tried to help but that didnt work out :) )

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

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