[No0000D8]rar合并到JPG.bat用图片隐藏文件

echo off 

cls 
echo 请拖入jpg图像文件后回车: 
set /p imagefile= 
echo 请拖入rar文件后回车: 
set /p rarfile= 

copy /b %imagefile% + %rarfile% %rarfile%.jpg >>nul

echo --------------------------------------------------------------------------
echo OK!已经将%rarfile%。
echo 合并到%imagefile%。 
echo 合并后的文件为:%rarfile%.jpg 
echo --------------------------------------------------------------------------

echo --------------------------------------------------------------------------
echo                               按任意键关闭
echo --------------------------------------------------------------------------
pause>nul
原文地址:https://www.cnblogs.com/Chary/p/No0000D8.html