why can *.BAT file run auto?
open a *.bat by notepad.exe,it look like only a text!
November 2nd, 2009 1:00pm

another about RUNAS.exe:I want runas administrator,password is 1234567,but below enter "password"and"cr"everytimes,how cound auto run.....for /l %i in (100000,1,1000000) do runas /user:222 cmd
Free Windows Admin Tool Kit Click here and download it now
November 2nd, 2009 1:32pm

Hi, A batch file is an unformatted text file that contains one or more MS-DOS commands and is assigned a .BAT extension. Batch file will not run automatically itself. It is usually executed by other component. For more information, please refer to: Batch Commands http://technet.microsoft.com/en-us/library/cc722477.aspx Regards, Bruce
November 3rd, 2009 1:02pm

thank youC:\Documents and Settings\user>assoc .bat=batfileC:\Documents and Settings\user>ftype...........batfile="%1" %*...............many files executed by a *,exe,but only 4 kinds of ="%1" %*,like *.cmd *.bat *.com,*.exe,it is all executed bysome component ?some drivers like*.sys *.drv?chm.file="hh.exe" %1clpfile=clipbrd.exe %1helpfile=winhlp32.exe %1cmdfile="%1" %*comfile="%1" %*batfile="%1" %*exefile="%1" %*
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2009 2:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics