Jump to content

program.exe /NoSplashScreen


Recommended Posts

i have al ready made an webbrowser with help of the members of the forums.

now will i maken a splasch screen or not a spash screen ...

i want it so :

WesWebbroiwserNL.exe /NoSplashScreen /firsttime

and then is that the user gluide then no splashn screen and goes the webbrower to http://mysite//webbrowser/help.php

ok ,

now the question how can i made /NoSplashScreen ?

Link to comment
Share on other sites

if i understand you, are u trying to say that u have already created a web browser using autoit and now you want to add a function called "With Splash Screen" or "Without Splash Screen".

for us to provide you more info, i believe you need to direct us to the initial forum whereby the members helped you in creating your program.

mouse not found....scroll any mouse to continue.

Link to comment
Share on other sites

Ik denk dat je zoekt naar $CmdLine

Je kan dan gewoon een simpele controle doen van:

$NoSplash = 0
For $i = 1 to $CmdLine[0]
 If $CmdLine[$i] = "/NoSplash" Then $NoSplash= 1
Next
If $NoSplash = 0 Then 
;hier laat je dan je slash zien
Endif

En in de toekomst lijkt het me beter als je gewoon zo duidelijk mogenlijk in het nederlands post.

Dan zijn er altijd wel mensen berijd om het even te vertalen/beantwoorden

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

  • Developers

Oke Bedankt w0uter

ik zal volgende keer wel vraagen of ze het zelf willen vertaalen naar engels,

just try to use English... you learn a language bij practice ...

And we dropped the seconds "a" already a long time ago at the end of a syllable (lettergreep).. :D

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

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