急!易语言程序开机自动运行!开源发给我!

来源:百度知道 编辑:UC知道 时间:2024/05/20 01:00:54
建立一个简单的易语言程序!只有“按钮1”和“按钮2”。但是该程序的要求是:每次开机时自动运行该程序(或者说,弹出该程序)!
注:1.请将做好的程序和开源打包发给我。
2.要保证无毒!
3。开源内最好有详细的注解。
谢谢!

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause

我知道的不多,只知道开机启动它。就把它的启动图标拖到开始菜单的启动里面。

你可以不问别人啊 在网上能找到 不要急

设置自动运行 (“程序名称”, “路径”, 位置)

.版本