Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#16
Post
by nitt » 28 May 2011 09:42
Cleptography wrote: I'm done now, I'm going to go look at p.o.r.n. Those broads wont try to convince me it is ok to spit vbscript.
Why not try and get a girl friend?
-
Cleptography
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
-
Contact:
#17
Post
by Cleptography » 28 May 2011 15:29
Here is a message box that excepts command line args all standard autoit parameters are excepted you could obviously add more to it if click button etc...etc... but it gives the idea.
Code: Select all
#Include-Once
If $CMDLineRaw = "" Then
ConsoleWrite("Sends a message box to the screen"&@CRLF&""&@CRLF)
ConsoleWrite("Usage: MsgBox[Flag] [Title] [Text] [Timeout]"&@CRLF&""&@CRLF)
ConsoleWrite('Example: MsgBox 64 "MSG Title" "Hello World" 0'&@CRLF&""&@CRLF)
Else
MsgBox($CmdLine[1],$CMDLine[2],$CMDLine[3],$CMDLine[4])
EndIf
Last edited by
Cleptography on 28 May 2011 16:58, edited 1 time in total.
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#18
Post
by nitt » 28 May 2011 16:20
Cleptography wrote::lol: Girlfriends are to much work I have had enough of those.
You're so disrespectful. That's nothing to joke over.
-
Cleptography
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
-
Contact:
#19
Post
by Cleptography » 28 May 2011 16:35
nitt wrote:You're so disrespectful. That's nothing to joke over.
You will have to elaborate on that one, if I said or did anything that offended or disrespected you I apologize, and not to be a prick but if you are really that tightly strung you need to learn to relax.
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#20
Post
by nitt » 28 May 2011 16:37
Cleptography wrote:nitt wrote:You're so disrespectful. That's nothing to joke over.
You will have to elaborate on that one, if I said or did anything that offended or disrespected you I apologize, and not to be a prick but if you are really that tightly strung you need to learn to relax.
No, it's just that you talk about girls as if they are items.
-
Cleptography
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
-
Contact:
#21
Post
by Cleptography » 28 May 2011 16:57
Ok, enough and this is not the place to have conversations like this to begin with. I will end this with I have much respect for women, and I in no way look at them as items. You read way to into things. Post modified, now please stick to the topic.
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#22
Post
by nitt » 28 May 2011 17:00
Cleptography wrote:Ok, enough and this is not the place to have conversations like this to begin with. I will end this with I have much respect for women, and I in no way look at them as items. You read way to into things. Post modified, now please stick to the topic.
Still doesn't change it.
How can we have a topic? This topic is kind of dead...
And did you take any of the things I suggested? Like switches and other things?
-
Cleptography
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
-
Contact:
#23
Post
by Cleptography » 28 May 2011 17:05
nitt wrote:And did you take any of the things I suggested? Like switches and other things?
No, but then again that code was written some time ago, nor were my intentions to build upon your suggested ideas. It was purely a way to show a message box that was command line / batch friendly.
-
orange_batch
- Expert
- Posts: 442
- Joined: 01 Aug 2010 17:13
- Location: Canadian Pacific
-
Contact:
#24
Post
by orange_batch » 28 May 2011 17:08
Haha yeah chill guys. Not to go on about it but nitt I think you misconstrued his meaning as means to an end.
Anyways, we're all friends here.