MMB feat. Autoit - Command line LIST Made By: Kain The Supreme http://www.kaints.com/ If You like this programm... please support my website clicking on some bnners tnx!!!
CdTray - Up
This command open or close a CDROM UNIT on your pc.
USAGE ( Command used on MMB's project ):
to open:
Run("\kain.exe","WAIT "CDTRAY" "E:" "1"")
to close:
Run("\kain.exe","WAIT "CDTRAY" "E:" "0"")
Down - Up
This command download a file from Internet ( Need Internet Explorer 4 o
better installed on your pc ).
This version use Progress Bar to show the download
status.
USAGE ( Command used on MMB's project ):
Run("<SrcDir>\kain.exe","WAIT "DOWN"
"http://www.mysite.com/filetodown.zip" "c:/filedownloaded.zip"")
HDown - Up
This command download a file from Internet in HIDDEN/STEALTH MODE ( Need Internet Explorer 4 o
better installed on your pc ).
This version use Progress Bar to show the download
status.
USAGE ( Command used on MMB's project ):
Run("<SrcDir>\kain.exe","WAIT "HDOWN"
"http://www.mysite.com/filetodown.zip" "c:/filedownloaded.zip"")
MDown - Up
This command download a file from Internet and inform you when finished with a MSGBOX ( Need Internet Explorer 4 o
better installed on your pc ).
This version use Progress Bar to show the download
status.
USAGE ( Command used on MMB's project ):
Run("<SrcDir>\kain.exe","WAIT "MDOWN"
"http://www.mysite.com/filetodown.zip" "c:/filedownloaded.zip"")
XPDown
- Up
This command download a file from Internet ( Need Internet Explorer 4 o
better installed on your pc )Works only on Window2000 and
Window XP.
This version use TrayTips to show the download
status ( es: 20% ).
USAGE ( Command used on MMB's project ):
Run("<SrcDir>\kain.exe","WAIT "XPDOWN"
"http://www.mysite.com/filetodown.zip" "c:/filedownloaded.zip"")
TIME
- Up
This command send to clipboard some info on Date/Time in a array form with " | " as divider, You can also choose to get info in English or in Italian Language.
You get:
Month's Name | Total Number of days in this month | Days left to the end of this month | Number of the day of the year | Leap Year ( 0/1 ) Es:Date 19 - 03 - 2006 return: March|31|12|078|0|
USAGE ( Command used on MMB's project ):
Italian MonthName -1-
Run("<SrcDir>\kain.exe","WAIT "TIME" "1"")
English MonthName -0-
Run("<SrcDir>\kain.exe","WAIT "TIME" "0"")
DRIVE- Up
This command start a search for the selected type of drive and copy to
Win Clipboard the result.
Run("<SrcDir>\kain.exe","WAIT "DRIVE"
"DRIVETYPETOSEARCH")
Choose from this list the type Drive you need:
ALL
CDROM
REMOVABLE
FIXED es:
Run("<SrcDir>\kain.exe","WAIT "DRIVE" "CDROM")
Run("<SrcDir>\kain.exe","WAIT "DRIVE" "ALL")
ShutDown
- Up
Shuts down the system.
USAGE ( Command used on MMB's project ):
Run("<SrcDir>\kain.exe",""SHUTDOWN" "NUMBER"")
- FROM AUTOIT HELP FILE -
The shutdown code is a combination of the following values:
0 = Logoff
1 = Shutdown
2 = Reboot
4 = Force
8 = Power down
32= Suspend
64= Hibernate
Add the required values together. To shutdown and power down, for
example, the code would be 9 (shutdown + power down = 1 + 8 = 9).
Standby or hibernate are ignored if other codes are set. They are also
ignored under Win9x.