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.
Results 1 to 7 of 7
Thread: How to................
- 05 Mar. 2011 02:37am #1
How to................
- 05 Mar. 2011 02:41am #2
Just put a ^ everywhere you'd use @Echo Off, Find all and replace later.
Disco is neat.
- 05 Mar. 2011 02:55am #3
- 05 Mar. 2011 03:00am #4
What kind of program?
A batch file,, I assume?
Disco is neat.
- 05 Mar. 2011 03:36am #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.
PHP Code:
#!/usr/bin/perl
system "say hello
say how are you?
say bye";
// Signature
- 05 Mar. 2011 03:39am #6
- 05 Mar. 2011 03:40am #7