Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to find the time interval of a windows service in asp.net with c#?
Code as follows:
Process p=new Process()
C#
p.StartInfo.FileName = @"D:\C3sps  Project\COMMON\Source\Untested\C3psps\C3PSPS_EOD\bin\Debug\C3PSPS_EOD.exe";
                           p.Start();

With service I am able to update. But only after a certain time interval.
Posted
Comments
Karthik_Mahalingam 10-Jan-14 0:50am    
which time interval?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900