run net.exe (net send) with external commands 
Author Message
 run net.exe (net send) with external commands

I want to create simple application (just for fun) which will run windows
net.exe program, and send something like:

"net send " + user.variable + my string ftom inputbox

How can i handle command line parameters?

Byru

--
Serwis Usenet w portalu Gazeta.pl -> http://www.*-*-*.com/



Mon, 10 Oct 2005 03:23:15 GMT  
 run net.exe (net send) with external commands

Quote:
> I want to create simple application (just for fun) which will run windows
> net.exe program, and send something like:

> "net send " + user.variable + my string ftom inputbox

> How can i handle command line parameters?

> Byru

Ok, i know how to do it, but how to do a VBCrLf in this kind of message?

Byru.Cz

--
Serwis Usenet w portalu Gazeta.pl -> http://www.gazeta.pl/usenet/



Mon, 10 Oct 2005 04:39:05 GMT  
 run net.exe (net send) with external commands

Quote:
> Ok, i know how to do it, but how to do a VBCrLf in this kind of message?

\n

--
Jurgen Dedeckere
http://alog.linkto.be (weblog)



Mon, 10 Oct 2005 05:25:09 GMT  
 run net.exe (net send) with external commands



Quote:
> > Ok, i know how to do it, but how to do a VBCrLf in this kind of message?

> \n

\n is not working or i am using it in a wrong way
Byru

--
Serwis Usenet w portalu Gazeta.pl -> http://www.gazeta.pl/usenet/



Mon, 10 Oct 2005 05:50:24 GMT  
 run net.exe (net send) with external commands
"My string" & vbCRLF & "the rest of my string" or "My string" & vbCRLF


Quote:



> > > Ok, i know how to do it, but how to do a VBCrLf in this kind of
message?

> > \n

> \n is not working or i am using it in a wrong way
> Byru

> --
> Serwis Usenet w portalu Gazeta.pl -> http://www.gazeta.pl/usenet/



Tue, 11 Oct 2005 15:09:30 GMT  
 run net.exe (net send) with external commands
yea you have to be careful with that + vs. & thing.

Quote:
>-----Original Message-----

>U?ytkownik "jurgen.dedeckere" <aergn-



Quote:
>> > Ok, i know how to do it, but how to do a VBCrLf in

this kind of message?
Quote:

>> \n

>\n is not working or i am using it in a wrong way
>Byru

>--
>Serwis Usenet w portalu Gazeta.pl ->

http://www.gazeta.pl/usenet/
Quote:
>.



Tue, 11 Oct 2005 22:57:06 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. urgent -- how to run external exe from asp.net page

2. Run .NET script code and handle .NET events from inside IE with VsaControl

3. Net Send using Run from the Start button

4. Running net send

5. Net Send in VB.NET

6. net send command

7. Command line Net Send

8. Net Send command

9. Simulating NET SEND in a VB Program without using SHELL commands

10. Sending Net Msgs from Command Prompt to WINPOPUP

11. Net Send Command?

12. API to execute "net send" command

 

 
Powered by phpBB® Forum Software