; 全自动静默安装 FastCopy ver 4.2.0 简体中文汉化版-2022年8月12日

; 全自动静默安装 FastCopy ver 4.2.0 简体中文汉化版-2022年8月12日

; 全自动静默安装 FastCopy ver 4.2.0 简体中文汉化版-2022年8月12日

; 全自动静默安装 FastCopy ver 4.2.0 简体中文汉化版

; 请使用系统总裁出品的:
; 7z压缩包自解压制作工具Fc - SysCeo.Com 来
; 打包FastCopy汉化安装文件和此脚本编译后的exe文件
; 系统总裁网址 https://www.sysceo.com/

DetectHiddenWindows,On
SetTitleMatchMode,2
; 000-使用loop循环代码结构
; 当因为目标窗口创建和显示缓慢造成对控件的操作错过机会时可以让脚本重新再操作
loop
{
	;010-当没有运行安装程序则运行
	Process,Exist,fcsetup.exe
	if (not (ErrorLevel))
	{
		IfWinNotExist,FastCopy Setup ver4.2
		{
			Run,"%A_ScriptDir%\fcsetup.exe"
		}
	}

	; 020-处理第1个窗口,安装路径选择
	; 当安装已经完成时不对此窗口操作
	IfWinNotExist,安装 ahk_exe fcsetup.exe,安装已完成
	{
		; 当存在子窗口时不能对主窗口操作
		IfWinNotExist,Install ahk_exe fcsetup.exe, 开始
		{
			WinActivate,FastCopy Setup ver4.2.0 (x64) (Admin) ahk_exe fcsetup.exe, 详情
			WinWaitActive,FastCopy Setup ver4.2.0 (x64) (Admin) ahk_exe fcsetup.exe, 详情,3
			ControlClick, Button1, FastCopy Setup ver4.2.0 (x64) (Admin) ahk_exe fcsetup.exe, 详情
		}
	}

	; 030-处理第2个窗口,安装路径选择窗口的安装确认子窗口
	; 当安装已经完成时不对此窗口操作
	IfWinNotExist,安装 ahk_exe fcsetup.exe,安装已完成
	{
		WinActivate,Install ahk_exe fcsetup.exe, 开始
		WinWaitActive,Install ahk_exe fcsetup.exe, 开始,3
		ControlClick, Button1, Install ahk_exe fcsetup.exe, 开始
		WinWaitActive, 安装 ahk_exe fcsetup.exe,安装已完成,3
	}

	; 040-处理第3个窗口,安装已完成窗口
	IfWinExist,安装 ahk_exe fcsetup.exe,安装已完成
	{
		WinActivate, 安装 ahk_exe fcsetup.exe,安装已完成
		WinWaitActive, 安装 ahk_exe fcsetup.exe,安装已完成,9
		ControlClick, Button1, 安装 ahk_exe fcsetup.exe,安装已完成
		break
	}
}

; 050-添加文件和文件夹快捷操作的鼠标右键菜单
WinWaitActive,FastCopy ver4.2.0 ahk_exe FastCopy.exe, 缓冲区,9
Sleep,100
IfWinActive,FastCopy ver4.2.0 ahk_exe FastCopy.exe, 缓冲区
{
	Sleep,100
	Send,!om{End}{Up}{Up}
	Sleep,100
	Control, Check, , Button73, 主要设置 ahk_exe FastCopy.exe, 外壳扩展
	Sleep,100
	ControlClick, Button2, 主要设置 ahk_class #32770 ahk_exe FastCopy.exe, 杂项设置
	Sleep,100
	ControlClick, Button1, 主要设置 ahk_class #32770 ahk_exe FastCopy.exe, 杂项设置
	Sleep,100
	ControlClick, Button1, 主要设置 ahk_class #32770 ahk_exe FastCopy.exe, 杂项设置
	Sleep,100
	WinClose,FastCopy ver4.2.0 ahk_exe FastCopy.exe, 缓冲区
	Sleep,100
	WinClose,FastCopy ver4.2.0 ahk_exe FastCopy.exe, 缓冲区
	Sleep,100
	MsgBox,,,FastCopy 安装已完成,2
}

; 060-删除FastCopy安装包临时文件
FileRemoveDir,C:\AS-FastCopy\doc,1
FileRemoveDir,C:\AS-FastCopy\Log,1

FileDelete,C:\AS-FastCopy\FastCopy.log
FileDelete,C:\AS-FastCopy\fcp.exe
FileDelete,C:\AS-FastCopy\FastCopy.exe
FileDelete,C:\AS-FastCopy\fcsetup.exe
FileDelete,C:\AS-FastCopy\setup.exe
FileDelete,C:\AS-FastCopy\FcHash.exe
FileDelete,C:\AS-FastCopy\FastEx64.dll.1
FileDelete,C:\AS-FastCopy\FastEx64.dll
FileDelete,C:\AS-FastCopy\FastExt1.dll.1
FileDelete,C:\AS-FastCopy\FastExt.dll
FileDelete,C:\AS-FastCopy\FastExt1.dll
FileDelete,C:\AS-FastCopy\AS-FastCopy.txt
FileDelete,C:\AS-FastCopy\FastCopy过滤器-包括-.doc;.docx;.xls;.xlsx.txt
FileDelete,C:\AS-FastCopy\窗口测试.ahk
FileDelete,C:\AS-FastCopy\FastCopy2.ini
FileDelete,C:\AS-FastCopy\AS-FastCopy.ahk

FileCopy,C:\AS-FastCopy\DeleteSelf.bat,C:\
Run,C:\DeleteSelf.bat

; @echo off
; 注意:此批处理脚本的编码是ANSI
; timeout /nobreak /t 3
; del C:\AS-FastCopy\AS-FastCopy.exe /F /Q
; del C:\AS-FastCopy\DeleteSelf.bat /F /Q
; rd C:\AS-FastCopy\
; del %0

给TA捐赠
共{{data.count}}人
人已捐赠
其他

基于Mediapipe的摄像头手势识别

2022-8-12 20:48:08

其他

快速加自启的小工具

2022-8-13 21:52:58

2 条回复 A文章作者 M管理员
  1. aahk

    2022年8月22日 2022/8/22 @echo off for /f “tokens=2 delims==” %%a in (‘wmic path win32_operatingsystem get LocalDateTime /value’) do ( set t=%%a ) set Today=%t:~0,4%-%t:~4,2%-%t:~6,2% rem echo,%Today% md D:10-Readme-txt md E:10-Readme-txt md F:10-Readme-txt md G:10-Readme-txt md H:10-Readme-txt md C:10-Readme-txt copy /y %~dp0Readme.txt D:10-Readme-txtReadme-%Today%.bak copy /y %~dp0Readme.txt E:10-Readme-txtReadme-%Today%.bak copy /y %~dp0Readme.txt F:10-Readme-txtReadme-%Today%.bak copy /y %~dp0Readme.txt G:10-Readme-txtReadme-%Today%.bak copy /y %~dp0Readme.txt H:10-Readme-txtReadme-%Today%.bak copy /y %~dp0Readme.txt C:10-Readme-txtReadme-%Today%.bak copy /y %0 D:10-Readme-txtCopy.bak copy /y %0 E:10-Readme-txtCopy.bak copy /y %0 F:10-Readme-txtCopy.bak copy /y %0 G:10-Readme-txtCopy.bak copy /y %0 H:10-Readme-txtCopy.bak copy /y %~dp07z压缩包自解压制作工具Fc.sceo D:10-Readme-txt7z压缩包自解压制作工具Fc.bak copy /y %~dp07z压缩包自解压制作工具Fc.sceo E:10-Readme-txt7z压缩包自解压制作工具Fc.bak copy /y %~dp07z压缩包自解压制作工具Fc.sceo F:10-Readme-txt7z压缩包自解压制作工具Fc.bak copy /y %~dp07z压缩包自解压制作工具Fc.sceo G:10-Readme-txt7z压缩包自解压制作工具Fc.bak copy /y %~dp07z压缩包自解压制作工具Fc.sceo H:10-Readme-txt7z压缩包自解压制作工具Fc.bak start %~dp0Readme.txt rem 7z压缩包自解压制作工具Fc-SysCeo-Com.sceo 自解压解压路径 . (英文半角句点)

  2. aahk

    我的AutoHotkey_v1.1编程环境部署自动静默安装包是_https://ds920.lanzouy.com/iS8Gm0ck5wmh_可能含有病毒或者木马_如果不喜欢请删除文件__我的腾讯QQ电子邮箱地址是 595076941@qq.com

个人中心
购物车
优惠劵
有新私信 私信列表
搜索