Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Share a bat file code: hide the rar zip file in the picture

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

The file merging feature described below is one of many interesting features that can be implemented under Windows's cmd interface. Using the copy / b command, you can merge two files into one file, the most common is to hide the compressed package in a picture file, after the merge, the suffix is changed to jpg, it will become a picture; change to rar, it will become a compressed package.

For ease of use, create a new txt file, copy and paste the following code and save it, change the extension to bat, and run it directly.

@ echo offecho can drag files into this window to get the path echo * * set / p pic= Please enter the picture file path: echo.set / p rar= Please enter the rar file path: copy / b% pic%+%rar% ok.jpg > nul 2 > nulecho.echo ok! The file has been merged into ok.jpg, and the location is saved in the same path as the rar file pause

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report