Discuss Scratch

StackMasher
Scratcher
100+ posts

Programming

I tried finding a meme about how html is markup not programming but couldn't
At least talk about js or something that mildly resembles real programming
Outertoaster
Scratcher
49 posts

Programming

StackMasher wrote:

I tried finding a meme about how html is markup not programming but couldn't
At least talk about js or something that mildly resembles real programming
well no-one can be bothered to be honest

…“Have you mooed today?”…
Outertoaster
Scratcher
49 posts

Programming

StackMasher wrote:

I tried finding a meme about how html is markup not programming but couldn't

here we go;

Simple batch file(rem stands for comment)

@echo off
ipconfig/all
REM type ‘release’ to disable internet
pause
rem taskmgr
rem pause
rem osk
rem pause
ECHO END OF FILE
pause

Last edited by Outertoaster (Aug. 7, 2017 23:07:40)


…“Have you mooed today?”…
bybb
Scratcher
1000+ posts

Programming

Outertoaster wrote:

StackMasher wrote:

I tried finding a meme about how html is markup not programming but couldn't

here we go;

Simple batch file(rem stands for comment)

@echo off
ipconfig/all
REM type ‘release’ to disable internet
pause
rem taskmgr
rem pause
rem osk
rem pause
ECHO END OF FILE
pause
So all it does it runs ipconfig with the flag /all and echoes “END OF FILE”?

Game Over
You'll find me on @LastContinue from now on.
Outertoaster
Scratcher
49 posts

Programming

bybb wrote:

Outertoaster wrote:

StackMasher wrote:

I tried finding a meme about how html is markup not programming but couldn't

here we go;

Simple batch file(rem stands for comment)

@echo off
ipconfig/all
REM type ‘release’ to disable internet
pause
rem taskmgr
rem pause
rem osk
rem pause
ECHO END OF FILE
pause
So all it does it runs ipconfig with the flag /all and echoes “END OF FILE”?
its just has commented out stuff, its just some random stuff i put together in a few seconds

…“Have you mooed today?”…

Powered by DjangoBB