Jump to content

A couple of questions


 Share

Recommended Posts

Ive been working wih some script files, for eksample, af script that allows you to input a password, but if its wrong, the script will continue...

My question is - Can i in some way make the screen black out for a while? and maybe write text in the black screen..

Other question - If i want to intigrate another file, for ekample an .exe ore .mp3 file, så it will be compiled as one file. Can that be done, ore?

Thx from Wb-FreeKill

Link to comment
Share on other sites

Hiya,

always try searching the helpfile. :ph34r:

FileInstall

--------------------------------------------------------------------------------

Include and install a file with the compiled script.

FileInstall ( "source", "dest" [,flag])

Gray Screen:

SplashTextOn("Title", "", @DesktopWidth, @DesktopHeight, -1, -1, 1)
Sleep(3000)
SplashOff()

Greetings,

ZeD

Link to comment
Share on other sites

Guest BlackDiablo110

I, at first, thought the helpfile sucked, but then I actually read it Oo. It is actually EXTREMLY good and useful, and the only source on learning AutoIt =)

Link to comment
Share on other sites

the problems already solved isnt it?

$password = InputBox("Enter Password", "Enter Password Below", "", "*")

If $password = the right password Then

Statements

EndIf

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/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...