w00blyn Posted April 15, 2005 Posted April 15, 2005 hiits my first script, its for a msn skin $title="Urban MSN Skin Setup"Run("UrbanMSN.exe")WinWaitActive($title,"Welcome")Send("!n")WinWaitActive($title,"Instructions")Send("!n")WinWaitActive($title,"License")Send("!a")WinWaitActive($title,"Options")Send("!i");If WinWaitActive($title,"Downloading polygamy patch failed.") Then; Send("{ENTER}");EndifWinWaitActive($title,"Completing the Urban MSN Skin Setup Wizard")Send("!f")Exitwhen i run it as is, it works fine. when i unplug my ethernet, and take out the comments, it works fine. but when i take out the comments and run it *with* an internet connection, the script stops and last window stays open.i'd like the if statement to work so if i'm installing on a computer without an internet connection it will still finish silently.sorry if thats confusing
glent Posted April 15, 2005 Posted April 15, 2005 Why dont you install it on a current system. Make a sfx with the contents of the MSN folder and run it after installing Messenger
w00blyn Posted April 15, 2005 Author Posted April 15, 2005 since it downloads files i thought that'd need to download them each time, but i guess a sfx will work until they update the files...which will probably be neverthanks! problem averted
MHz Posted April 15, 2005 Posted April 15, 2005 hiits my first script, its for a msn skinNice going. Let's see good, positive movement on them scripts.We are counting on super scripts from you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now