This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-03-16 17:15:54

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

who wants MS DOS and command prompt lessions?

do you want lessons on how to do batch?
well look no furher a multiple part lesson ensuring great sucess in programming!
file types are batches....
  ~~~~current parts~~~~~

part one
http://www.mediafire.com/?w7eh8h8js7wweal


dont forget to reply!

OOOOOOOOOOOOOOOO
O        FUN FACT          O
O                                 O
O  that this was made O
O     with MS  DOS       O
OOOOOOOOOOOOOOOO

Last edited by stickdude123 (2012-03-17 12:25:26)


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#2 2012-03-16 20:28:08

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: who wants MS DOS and command prompt lessions?

bump.


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#3 2012-03-16 21:55:32

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: who wants MS DOS and command prompt lessions?

Maybe you should tell people what it is. is it a batch file, a text file, a .doc? also, that's your internal IP.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#4 2012-03-17 12:25:01

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: who wants MS DOS and command prompt lessions?

a batch file i made  big_smile


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#5 2012-03-17 13:25:54

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: who wants MS DOS and command prompt lessions?

Very interesting.


http://trinary.tk/images/signature_.php

Offline

 

#6 2012-03-17 16:20:22

Luke121
Scratcher
Registered: 2008-07-14
Posts: 1000+

Re: who wants MS DOS and command prompt lessions?

like a DOS


http://bit.ly/IlVuB5
Sorry PF, too lazy to make my own!  tongue

Offline

 

#7 2012-03-18 20:12:54

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: who wants MS DOS and command prompt lessions?

bump.


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#8 2012-03-18 20:14:18

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: who wants MS DOS and command prompt lessions?

when gf clicked
repeat until <(timer) > [10]>
  go to [bumpity]
end
think [BUMP!] for (BuMp.) secs


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&amp;action=onlineStatus&amp;type=square

Offline

 

#9 2012-03-18 20:43:13

Dinoclor
Scratcher
Registered: 2010-06-10
Posts: 1000+

Re: who wants MS DOS and command prompt lessions?

Batch isn't a programming language.
Sorry to burst your bubble, but it doesn't have loops and is missing many functions which make a programming language a programming language.

Last edited by Dinoclor (2012-03-18 20:43:27)


This is a temporary signature. It will exist until I think of something witty.

Offline

 

#10 2012-04-09 11:56:53

techbeast34
New Scratcher
Registered: 2012-04-09
Posts: 1

Re: who wants MS DOS and command prompt lessions?

Dinoclor wrote:

Batch isn't a programming language.
Sorry to burst your bubble, but it doesn't have loops and is missing many functions which make a programming language a programming language.

I beg to differ. There are loops, such as:

@echo off
:A
echo Hello World
GOTO A

The lines of code above will loop the text "Hello World" on your prompt. Batch can be used as a programming language, as I've seen text Slot Machines, text based game, and a lot more with batch. All it takes is some creativity.

Offline

 

#11 2012-04-09 16:51:38

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: who wants MS DOS and command prompt lessions?

This is pretty good for a novice, but a few things you need to work on:

1: You can make a delay for the animation with "echo 0.0.0.0 -n <number here> -NUL
2: Command.com is 16-bit, and there for won't run on 64-bit Windows (which most people have nowdays). It should run cmd.exe instead.
3: The batch file isn't running out of the C:\Windows directory, which means that you can't just type "command.com" or "cmd.exe" to start either. You need to do "cd C:\Windows" first, then start command.com or CMD.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

Board footer