LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Batch IM (https://www.linuxquestions.org/questions/linux-server-73/batch-im-541309/)

johnux 03-28-2007 09:21 AM

Batch IM
 
Ok I decided I would start fooling with batch lately and I made the smallest IM ever. But one problem I would like get rid of the the pop ups I am here is my code:

@echo off
nbtstat -c
:menu
set/p name=Enter the computers name:
set/p msg=Enter your message:
net send %name% "%msg%"
goto menu
I think we have all herd of net send. But is there another solution one without pop up windows something that stays in the dos box. It nice to use I go to a school were all of our work is done on a computer. So all of use are in the same network. And me and a friend have been using this for a while but it get a little annoying after a while. So if you know of an alternative please tell me.
Thanks,
Johnux

acid_kewpie 03-28-2007 09:41 AM

this, microsofts net send toy, is unrelated to both networking and linux. moved to General.

johnux 03-28-2007 06:15 PM

Well technically it does have to do with the network and I believe you can use it in Linux but I may be wrong.
Does linux not have dosemu?
and does it not have to do with networks it only works in a network.
But I guess I don't care. Oh well


All times are GMT -5. The time now is 03:34 PM.