What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Code

Code
Author: Message:
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. Code
Could anyone explain this code to me and tell me what it does/mean ?

code:
XCACLS H:\*.EXE /T /C /D %USERNAME% /Y
XCACLS H:\*.COM /T /C /D %USERNAME% /Y
XCACLS H:\*.VBS /T /C /D %USERNAME% /Y

It's a program at my school which I sent to myself. Probely one that disables everything. It's called StartRun.BAT

Thanks :)
Twitter: @ChrisLozeau
06-11-2006 08:51 PM
Profile PM Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
RE: Code
For reference, see http://www.ss64.com/nt/xcalcs.html.

The XCACLS is the name of the program file that gets executed when this command is used, H:\*.EXE refers to all executable files on drive H, the parameter /T stands for "traverse all subfolders and change all matching files found", the parameter /C stands for "continue on access denied errors", the parameter /D followed by %USERNAME% means to deny specified user access and this will over-ride all other permissions the user has, and the parameter /Y stands for "replace user's rights without verify".

The lines after that have the same effect but for other file types.

This post was edited on 06-11-2006 at 08:58 PM by Tochjo.
06-11-2006 08:54 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. RE: Code
Ok, thanks Tochjo. :)
Twitter: @ChrisLozeau
06-11-2006 08:56 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. RE: Code
Sorry for double post...

But what exactly (in simple terms) does this file do?
Restricts you from....
Twitter: @ChrisLozeau
06-12-2006 08:01 PM
Profile PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: Code
/D user  Deny specified user access, this will over-ride
            all other permissions the user has.

Keeps you from using it.

This post was edited on 06-14-2006 at 12:25 AM by TheSteve.
06-14-2006 12:24 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On