Welcome, Guest.
Login
|
Register
Username:
Password:
Remember me:
Echo Your Computer and You: Net User Pizzaface /passreq:no /active:yes -Batch- (Issue 15)
By
@Pizzaface
POSTED: 01 Sep 2011 03:20
CATEGORY: Miscellaneous
(
Go to comments
)
Echo Hey there! Welcome to the 15th issue of your computer and you!
I'm glad I could educate you guys in computers!
On with the issue!
echo Hello? Anybody there? Echo!
echo --------------------------------
*Enough with that*
I'm assuming that meant "Who da what is batch?"
Batch is a programming language used in the Windows OS (Like VB, or etc.) and is typed in through the "Command Processer" or "CMD" for short.
A batch Script might look like this.
@echo off
echo Hello world!
pause>nul
But a lot longer.
Here are some commands.
Echo- Makes CMD Repeat the text AFTER "Echo"
@echo off- This ALWAYS comes first. It is a command so instead of seeing
C:/Documents and Settings/Pizzaface> Echo Hi!
Hi!
All you see is:
Hi!
Cls- Clears the screen
edit-Opens up the DOS edit prompt
And thats a few BASIC commands.
You can create users in batch by this command:
net user Jordan /add
Or delete a user by this one.
net user Jordan /delete
You can make something happen at a certain time
at 24:00 /interactive cmd
Would open CMD at 12:00 A.M if the computers on.
+1 -0
Comments
jsa005
19 Nov 2011 02:53
Quoth Ultragamer1:
@echo off
del C:/WINDOWS/system32
O-o
That'd break Windows!
Nintendo 3DS is ™ Nintendo Co. Ltd. This website is ©2009-2025 HullBreach Studios. All rights reserved.