Jump to content

Recommended Posts

Posted (edited)

hello,

i have a question:

how can i made : program.exe /NoSplashScreen

that program.exe no splash screen have

Can You Tell me that ?

p.s. sorry fore my bad english , i`m dutch

Edited by wesdegroot
Posted

hi,

what are you intending to create? a program without a splash screen. it can be done. but firstly, what are you trying to create?

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

Posted

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 ?

Posted

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.

Posted

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

  • Developers
Posted (edited)

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

Posted

Like wOuter did, here is a basic way to get a command line parameter with some kind of basic search for

good params ... :D

see attachment

To test it : ListParam /Y+5 /DateTime TrucSansSlash

ListParam.au3

Logicae Homo EstFemina Homo EstFemina Logicae Est

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...