Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default DOS Messaging

Can a simple message be sent by Excel to another network computer using what
I believe was once called "DOS Messaging"?

--
D.S.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default DOS Messaging

Something like

Shell "Net Send " & Computer_or_user_name & " " & Your_message
should work.

If you have problems please post back

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default DOS Messaging

Haven't got the syntax figured out.

path=d:\windows\system32\net.exe
Computer name = mycomputer
message="this is a test"

How would I write the code?


"Kieran " wrote in message
...
Something like

Shell "Net Send " & Computer_or_user_name & " " & Your_message
should work.

If you have problems please post back.


---
Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default DOS Messaging

This will send the message <test to all on my home network

shell "net send * test"

I'm not have success sending to an individual computer or user.

For example: command line shell "net send mycomputer test"
does not send a message to my computer (computer name = mycomputer).

nor does command line shell "net send johndoe test"
(user name = johndoe)

d.s.

"D.S." wrote in message
...
Haven't got the syntax figured out.

path=d:\windows\system32\net.exe
Computer name = mycomputer
message="this is a test"

How would I write the code?


"Kieran " wrote in message
...
Something like

Shell "Net Send " & Computer_or_user_name & " " & Your_message
should work.

If you have problems please post back.


---
Message posted from http://www.ExcelForum.com/





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation - On_Error messaging NoodNutt Excel Worksheet Functions 0 September 21st 09 05:34 PM
code -message box not messaging Wanna Learn Excel Discussion (Misc queries) 1 January 21st 09 05:03 PM
Instant messaging Lawlera Excel Programming 0 November 21st 03 10:16 AM


All times are GMT +1. The time now is 05:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"