Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi....I was wondering if there is any way to run a specific program periodically. I am planning to merge data from multiple number of files into a specific file and this has to happen everyday at sometime. How do you think I can approach this?

 

Thanks.

SJ

Posted

I don't think you want to do it in ASP.NET,right?

 

You can write a small C# or VB.Net application to handle your merge data process, then use Windows "Scheduled Task" to set this program run periodically. Or you can add a "Timer" in your program, then manually program your schedule task.

 

Or you want want to build a Windows Service to run this process and install it in your server. MS.NET let you build your Windows Service very easily.

Posted

Make a program that do the update and put it in the Scheduled Task.

 

That's it.

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...