Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Messenger
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
StarGateSG-1




PostPosted: Fri Jan 07, 2005 8:41 am   Post subject: Messenger

This is a simple messenger that uses net send in turing. It is great for sending notes to nayone on your network.
For Canadians in ontario use your last 7 digits of you student ID
or use the computer name.
Every one else use the computer.

Damn bell rang again post it later.
[/code]
Sponsor
Sponsor
Sponsor
sponsor
zomg




PostPosted: Fri Jan 07, 2005 11:38 am   Post subject: (No subject)

suggestion: dont press submit if u cant post an attachment, post all when u have time
StarGateSG-1




PostPosted: Fri Jan 07, 2005 12:22 pm   Post subject: (No subject)

Here it is the school bellringing time is messed up.
code:

var message : string
var user : string
var msgtimes : int
loop
    put "Please enter the user number: " ..
    get user : *
    if user = "exit" or user = "Exit" then
        quit
    end if
    put "How many messages would you like to send"
    get msgtimes
    put "Please enter the message you would like to send"
    get message : *
    for i : 1 .. msgtimes
        var send := Sys.Exec ("net send " + user + " " + message)
    end for
end loop
apomb




PostPosted: Sat Jan 08, 2005 12:48 am   Post subject: (No subject)

well, Posted Image, might have been reduced in size. Click Image to view fullscreen.
i think you get my point ,however, try finding something that actually works to send messages, but good try,simple enough concept
Andy




PostPosted: Sat Jan 08, 2005 4:03 pm   Post subject: (No subject)

i think net send only works in nt
StarGateSG-1




PostPosted: Mon Jan 10, 2005 12:26 pm   Post subject: (No subject)

Net send works in most of the new boards XP computers unless your network admin put a lot of restrictions on.

FYI : net send works on all windows higher than ME as far as I know.
I use XP here.
Andy




PostPosted: Mon Jan 10, 2005 9:39 pm   Post subject: (No subject)

like i said, nt
StarGateSG-1




PostPosted: Tue Jan 11, 2005 8:30 am   Post subject: (No subject)

I went of a 98 machince yesterday after the post and net send does work.
As far I know my messeger works but if you try usign net send in dos in might not. Also most likely you ppl have higher network reatrictions. I had the same problems before my school opened up net send for my programing class.
Sponsor
Sponsor
Sponsor
sponsor
StarGateSG-1




PostPosted: Tue Jan 11, 2005 8:32 am   Post subject: (No subject)

Quote:
i think you get my point ,however, try finding something that actually works to send messages, but good try,simple enough concept

What Point?
I can't read that screenshot it is to small.
apomb




PostPosted: Wed Jan 12, 2005 3:50 pm   Post subject: (No subject)

ya, sorry bout that, ne way, i understand y i couldn't use it ... like ANDY said .. nt i have ME. not a problem tho, good consept
gandalf11111




PostPosted: Wed Jan 12, 2005 5:38 pm   Post subject: (No subject)

I trust you made this by yourself, but doesn't Turing come with something like this in the Examples folder. I may be wrong, since I only took a quick look at most of the examples.
DArkspider1




PostPosted: Fri Jan 14, 2005 12:24 pm   Post subject: Examples

Yeah, Turing has a chat program within the examples which has been modified several times and posted as well. Just make it better if you are even thinking of putting it up ...
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 12 Posts ]
Jump to:   


Style:  
Search: