Curtis R. Crisp
2004-04-21 06:48:45 UTC
Can not get this to work
Shell "CMD.exe /K NET SEND & " & Text1.Text & " & Text4.Text"
When I click Command1_Click dos open and reads this
The syntax of this command is:
NET SEND
{name | * | /DOMAIN[:name] | /USERS} message
'68.59.???.??' is not recognized as an internal or external command,
operable program or batch file.
'Text4.Text' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\Microsoft Visual Studio\VB98>
What am i doing wrong
Shell "CMD.exe /K NET SEND & " & Text1.Text & " & Text4.Text"
When I click Command1_Click dos open and reads this
The syntax of this command is:
NET SEND
{name | * | /DOMAIN[:name] | /USERS} message
'68.59.???.??' is not recognized as an internal or external command,
operable program or batch file.
'Text4.Text' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files\Microsoft Visual Studio\VB98>
What am i doing wrong