screwthelotofyou, can please make a batch file that only encodes and decodes with the password, you can e-mail code to me. my email address is s86696662@gmail.com
screwthelotofyou, can please make a batch file that only encodes and decodes with the password, you can e-mail code to me. my email address is s86696662@gmail.com
No, the program file can be anywhere you like, but you must set the 'conversation temp path' to a shared folder. You can set this when you start a conversation, or go to the options menu (3rd choice on the main menu).
I've not got into the business of making tutorial videos, there seem to be hundreds of people claiming to do that. When I have more free time I'll work on the help articles on my website, but for now I'm only releasing videos on useful/proof of concept programs. I will, however, help anyone I can if they message me with a problem.
can you make this connect to specific computers, not computers with shared networks. what I mean is you can enter a specific ip address and chat with that computer
Nope I'm sorry, this only works when there is shared storage :( You could possibly do it with Windows Live Messenger, using the 'Sharing Folders' function, as that creates a sort of slow working shared storage. It wouldn't be very good though. And I think they've taken Sharing Folders out of the new version...
@Eugbob Yea what you are thinking about is a server and chat program. basically his program is just constantly reading and writing to a text file if i'm not mistaken.
can you make a shorter code? like cuting the all tab and leaving just converstion, set default log file to auto apier in c:\ and delete it when the chat is ower.
I don't quite understand what you want. You want the code to be shorter somehow? What is the 'tab' you want removed? It's easy to automatically set the conversation temp log to C:\ and this function is already available. Start the program, enter your name, and choose 'Options' (Choice number 3).
Choose whether you want doublewindow.
The second option it will ask you about is the 'Conversation temp path', this is where you write C:\ so that the conversation is always in "C:\". Choose yes to save.
another question how do you set up ChatEncode1_2009.01.13_18.07.56.log not how to make it, but how does it get info?I mean that what code do you use to send the info?
Realy, you could make some tutorials ;) lets say about how to make a localhost... couse i dont have any idea about it... :)
Yeah I think it definitely is a type of computer programming, not a very good one as batch is a very poor and generally not very useful language, but it's a programming language all the same :)
Heh yeah, I could make some tutorials, but I don't really know what to teach, maybe if people want to ask me questions I can make a tutorial on it? I've just made programs up to now, and let people learn from it by reading the code :)
makes you feel like a spy and if someone at school tries to read it they will think you're crazy because its a lot random characters... anyway nice vid its too bad the scripts too complicated too pick apart and add to. 5/5
How do i make a batch that just changes words into symbols that all i need PLEASE HELP
Xwone14 1 week ago
I tried to make a chat room but it didn't work, it said can't make chatroom or somethin
XinoBrix 6 months ago
This has been flagged as spam show
screwthelotofyou, can please make a batch file that only encodes and decodes with the password, you can e-mail code to me. my email address is s86696662@gmail.com
infinteXetnifni 9 months ago
This has been flagged as spam show
screwthelotofyou, can please make a batch file that only encodes and decodes with the password, you can e-mail code to me. my email address is s86696662@gmail.com
infinteXetnifni 9 months ago
I tried this at school with my friends and we tried to start a chat but it didnt work :'oHELP:'o
ChocoPocoToffee 10 months ago
aWWSOME
bmx1530 1 year ago
no it dosent work also on the options it keeps asking you
ubercharger9000 2 years ago
the double window feture dosent work4 sum reson it could just be disabled
ubercharger9000 2 years ago
5/5 though
jeromsavestheworld 2 years ago
how do you get the program to work?
Do you have to put it in both shared folders?
jeromsavestheworld 2 years ago
No, the program file can be anywhere you like, but you must set the 'conversation temp path' to a shared folder. You can set this when you start a conversation, or go to the options menu (3rd choice on the main menu).
ScrewTheLotOfYou 2 years ago
Your clearly very good at this, but couldn't you make a tutorial showing some of your simpler programs and explain simple Batch language. Please.
MrJosiahT 2 years ago
I've not got into the business of making tutorial videos, there seem to be hundreds of people claiming to do that. When I have more free time I'll work on the help articles on my website, but for now I'm only releasing videos on useful/proof of concept programs. I will, however, help anyone I can if they message me with a problem.
ScrewTheLotOfYou 2 years ago
Can you help me with my batch file? It keeps crashing and I dont know why...
PyRoRaPiiDz 2 years ago
can you make this connect to specific computers, not computers with shared networks. what I mean is you can enter a specific ip address and chat with that computer
Eugbob 2 years ago
Nope I'm sorry, this only works when there is shared storage :( You could possibly do it with Windows Live Messenger, using the 'Sharing Folders' function, as that creates a sort of slow working shared storage. It wouldn't be very good though. And I think they've taken Sharing Folders out of the new version...
ScrewTheLotOfYou 2 years ago
@Eugbob Yea what you are thinking about is a server and chat program. basically his program is just constantly reading and writing to a text file if i'm not mistaken.
hajiamano22 1 year ago
I have added chat encode to gmd pt, my new command prompt.
automail10 3 years ago
someone smart please help me
I NEED SOMEONE TO TALK TO Dc
Babykeks1 3 years ago
What's up? :p
ScrewTheLotOfYou 3 years ago
can you make a shorter code? like cuting the all tab and leaving just converstion, set default log file to auto apier in c:\ and delete it when the chat is ower.
funnybasterd 3 years ago
I don't quite understand what you want. You want the code to be shorter somehow? What is the 'tab' you want removed? It's easy to automatically set the conversation temp log to C:\ and this function is already available. Start the program, enter your name, and choose 'Options' (Choice number 3).
Choose whether you want doublewindow.
The second option it will ask you about is the 'Conversation temp path', this is where you write C:\ so that the conversation is always in "C:\". Choose yes to save.
ScrewTheLotOfYou 3 years ago
ok then...
another question how do you set up ChatEncode1_2009.01.13_18.07.56.log not how to make it, but how does it get info?I mean that what code do you use to send the info?
Realy, you could make some tutorials ;) lets say about how to make a localhost... couse i dont have any idea about it... :)
AND YES I'M BAD AT ENGLISH....
funnybasterd 3 years ago
The way the info is saved is basically this:
echo MESSAGE>>"LogFile"
The way that the programs reads the info from the file is slightly more complicated, but it basically follows this idea:
for /f "delims=" %I in (LogFile) do echo %I
ScrewTheLotOfYou 3 years ago
=D
You're awesome.
I love you.
<3
biddababe 3 years ago
dude thats crazy....
would you consider that a type of computer programming?
mynameisjonas45 3 years ago
Yeah I think it definitely is a type of computer programming, not a very good one as batch is a very poor and generally not very useful language, but it's a programming language all the same :)
ScrewTheLotOfYou 3 years ago
i looked at the code man, you are awesome you should make some tuts, and btw, you should really consider getting notepad++
Sinderellie93 3 years ago
Heh yeah, I could make some tutorials, but I don't really know what to teach, maybe if people want to ask me questions I can make a tutorial on it? I've just made programs up to now, and let people learn from it by reading the code :)
ScrewTheLotOfYou 3 years ago
Fucking awesome dude
z3ekeezzz 3 years ago
makes you feel like a spy and if someone at school tries to read it they will think you're crazy because its a lot random characters... anyway nice vid its too bad the scripts too complicated too pick apart and add to. 5/5
GameReaperMultimedia 3 years ago
Heheh yeah, that's the idea, complete secrecy :)
Yeah it is quite complex, but you could pick it apart with a bit of time :)
ScrewTheLotOfYou 3 years ago