Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Help with an batch file that doesn't close  (Read 3621 times)

0 Members and 1 Guest are viewing this topic.

Peter

  • Guest
Help with an batch file that doesn't close
« on: October 12, 2004, 01:44:16 PM »
@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 advice

merlin_2

  • Guest
Re: Help with an batch file that doesn't close
« Reply #1 on: October 12, 2004, 02:01:30 PM »
this progam is supposed to run in the background..to restart it check out the msconfig/startup folder..
« Last Edit: October 12, 2004, 02:01:51 PM by merlin_2 »

peter

  • Guest
Re: Help with an batch file that doesn't close
« Reply #2 on: October 13, 2004, 04:53:45 AM »
he does start the progrom but Dos keeps running.
the program comes back again in the proces list but seems like Dos keeps starting it

merlin_2

  • Guest
Re: Help with an batch file that doesn't close
« Reply #3 on: October 13, 2004, 02:31:12 PM »
edit the files by putting end or not exit

Richard Hadley

  • Guest
Re: Help with an batch file that doesn't close
« Reply #4 on: October 20, 2004, 06:08:21 AM »
Change the line which starts the program to
c:
cd\program files\trend micro\internet security
start PCClient.exe
exit