!!怎么让windows nt开机后自动运行autoexec.bat?
我想让windows nt开机后,首先自动执行一些copy命令和delete命令,然后自动启动应用程序。
在注册表里的启动项,好象只能自动运行exe文件,不能自动运行bat文件。
怎么让nt自动运行bat文件呢?
附:
我的autoexec.bat文件大致如下:
;删除垃圾文件
delete c:\exe\*.log
delete c:\exe\*.tmp
;自动更新程序
copy c:\newexe\hdsp.exe c:\exe
;运行应用程序
c:\exe\hdsp.exe