Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 6 Posts 3 Joined 2008-07-06 13:31 17-year member UID 121165 Gender Male
Status Offline
Weakly say:
Such as a batch file a.bat
@echo off
echo "I am the test file "
del c:\temp\a.bat
Compress with WinRAR to generate a self-extracting file format (with password) and set the extraction path to c:\temp\ and run a.bat after extraction in the advanced self-extracting options.
The generated self-extracting file needs the password to run, and the batch file will be automatically deleted after running.
Credits 6 Posts 3 Joined 2008-07-06 13:31 17-year member UID 121165 Gender Male
Status Offline
Weakly speaking:
Such as a batch file a.bat
@echo off
echo "I am a test file "
del c:\temp\a.bat
Compress with WinRAR to generate a self-extracting file format (with password), and set the extraction path to c:\temp\ and the option to run a.bat after extraction in the advanced self-extracting options.
The generated self-extracting file needs a password to run, and the batch file will automatically delete after running.