1.

Solve : Help with an batch file that doesn't close?

Answer»

@echo off
cls
taskkill /F /IM pcclient.exe /T
copy "C:\Program Files\Trend Micro\PCClient.exe" "C:\Program Files\Trend Micro\Internet Security\PCClient.exe"
pause
"C:\Program Files\Trend Micro\Internet Security\PCClient.exe"
exit

But he doesn't exit the dos box
he stops at starting pcclient.exe it is an windows service\PROCES that needs to be restarted again
Coeld you give me advicethis progam is supposed to run in the background..to restart it check out the msconfig/startup folder..he does start the PROGROM but Dos keeps running.
the program COMES back again in the proces list but SEEMS like Dos keeps starting itedit the files by putting end or not exitChange the line which starts the program to
c:
cd\program files\trend micro\internet security
start PCClient.exe
exit



Discussion

No Comment Found