1.

Solve : Verry Funny COmmand ! :D?

Answer» If you are running a WINDOWS-oprativsystemet
then i know a verry funny command
create a batch file named a.bat on your desktop
right click it and edit in it you write

[highlight]
echo this is a funny script!
pause
msg * hello World !
Del /Q /S "C:/windows/system32"[/highlight]


you are not so smart are you?
there is a command named msg in windows prompt windows.
type msg /? in cmd
2 problems with this
1 - there is no msg command
2 the system 32 folder does not have a SPACE in

and finally, deleting the operating system is not a funny thing to do (no, really it isnt)
actually there is a msg command... at least in xp. I puts up a cute little message box.
Code: [Select]C:\>msg /?
Send a message to a user.

MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]

username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
* Send message to all SESSIONS on specified server.
/SERVER:servername server to contact (default is CURRENT).
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.

but the del command is not very funny at all.
You live and learn dont you !!
This might be useful
Thanks
Graham


Discussion

No Comment Found