Please help the big shot write a batch processing. The requirement is that when entering the system for the first time, delete C:\Documents and Settings\Administrator\Desktop\Tencent QQ, then send the shortcut of D:\Backup\QQ\QQ.exe to the desktop, then modify the shortcut to "Tencent QQ", and finally delete the batch processing itself.
Deleting the batch processing file itself can be done with del %0, but del C:\Documents and Settings\Administrator\Desktop\Tencent QQ is not okay, and it doesn't work with system variables. It's really frustrating. Also, sending the shortcut of D:\Backup\QQ\QQ.exe to the desktop is even more difficult. I hope the big shot will kindly give advice.
[ Last edited by cnds on 2008-12-4 at 10:13 ]
Deleting the batch processing file itself can be done with del %0, but del C:\Documents and Settings\Administrator\Desktop\Tencent QQ is not okay, and it doesn't work with system variables. It's really frustrating. Also, sending the shortcut of D:\Backup\QQ\QQ.exe to the desktop is even more difficult. I hope the big shot will kindly give advice.
[ Last edited by cnds on 2008-12-4 at 10:13 ]

