ကလစ္တစ္ခ်က္ႏွိပ္တာနဲ႔ အလုပ္လုပ္တဲ့ ပရိုဂမ္ေတြပါ ေအာက္မွာ ခက္ခဲမွု အဆင့္အလိုက္ကာလာနဲ႔ ခြဲျပထားေပးပါတယ္
green = easy
orange = Normal
Red = Hard (you'll need to do some more than just typing something in)
.bat file အေနနဲ႔ေဆ့ပါ
Find all acces level on the PC
Send message around the network to all or one user (only XP)PHP Code:
@echo off
color a:A
clsecho this tool is to search which accounts or pc's are connected to this network
echo made by hollandje
pause
net user
pause
Goto A
shutdown toolPHP Code:
@echo off
color a:A
Clsecho Send a message around the network (by hollandje) set /p n=User (type in * for all users. type in the ip adress for a single user):set /p m= Your message:net send %n% %m%PauseGoto A
find all users and pc's on the networkPHP Code:
@echo off
color a:A
Clsecho this tool can be used to shutdown someone's pc (by hollandje)
pause
shutdown -i
pause
Goto A
see your internet configurationPHP Code:
@echo off
color a:A
Clsecho this tool can be used to show the pc's and users connected to the current network (by hollandje)
pause
net view
pause
Goto A
Delete any file with a directoryPHP Code:
@echo off
color a:A
Clsecho this tool can be used to find your ip-adress and others.pause
ipconfig
pause Goto A
Copy a filePHP Code:
@echo off
color a:A
Clsecho with this tool you can easily delete any file from the pc if you know the directory (by hollandje)set /p n=file directory:DEL %n%
echo file succesfully deleted!pauseGoto A
Dont forget to also include the file name in the directory so it will look like thisPHP Code:
@echo off
color a:Aecho with this tool you can copy a file with a directoryecho (by hollandje)set /p n=the directory of the file:set /p m=the place you want it to copy:copy %n% %m%pause
ClsGoto A
http://screensnapr.com/v/Iv2QEj.png
Shutdown PC by name
Delete a directoryPHP Code:
@echo off
color a:A
Clsecho this tool can be used to shutdown someone's pc by the name
echo use the net user code to find out the name of the pc
set /p n=The name of the PC:
shutdown -m %n%
echo shutdown succesfull!
pause
Goto A
okay this is a very very powerfull command. This will delete a directory complete!PHP Code:
@echo off
color a:A
Clsecho okay this tool is very powerfull echo this tool is so powerfull that it can easily echo destroy someone's pc, so be carefull
echo .
echo .
echo .
set /p n=The directory you wish to delete:
RD %n%
echo directory succefully deleted!
pause
Goto A
don't go around and use this on school pc's to delete the system32 map that is not how the code should be used!
add a user to the network/domain
PHP Code:
@echo off
color a:A
Clsecho with this tool you can add users to a network or a domain (administrator etc.)set /p n= The name of the user:set /p m= The password (leave blank for none):set /p s= The domain to add user:net user %n% %s% %m% /add
pause Goto A
Tuesday, June 5, 2012
easy cmd tools
Labels:
IT Hpaji နည္းပညာ
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment