A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

How to................

648 views · started by M0NST3R ·
#1
How to................
Make a certain file With NotPAD i want to make a Program. And DO i need to use
@Echo off? i want to use a diffrent thing to use cause that is kinda boring to type echo every 5 seconds.
#2
Just put a ^ everywhere you'd use @Echo Off, Find all and replace later.
#3
Kain wrote:
Just put a ^ everywhere you'd use @Echo Off, Find all and replace later.

I just tried to make a test program. What do i use to open it? cause i guess notepad isn't what i use to make it a program.
#4
What kind of program?
A batch file,, I assume?
#5
Download strawberry perl and follow my tutorials. Replace "say hello" etc with what you want to run in cmd. Where every new line is a new command.



#!/usr/bin/perl

system "say hello
say how are you?
say bye";
#6
Thomas wrote:
Download strawberry perl and follow my tutorials. Replace "say hello" etc with what you want to run in cmd. Where every new line is a new command.


well whhere are you TuT's


#!/usr/bin/perl

system "say hello
say how are you?
say bye";


well whhere are you TuT's
#7
M0NST3R wrote:
well whhere are you TuT's


In the programming tutorials section.