vb class and cron job

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gomzi
    Contributor
    • Mar 2007
    • 304

    vb class and cron job

    hi,
    i have to execute a code at predetermined intervals.my admin told me to use something called a cron job.i would like to know whether it is possible to call a vb class through a cron job.
    thx,
    gomzi.
  • bipinkdas
    New Member
    • Apr 2007
    • 3

    #2
    Originally posted by gomzi
    hi,
    i have to execute a code at predetermined intervals.my admin told me to use something called a cron job.i would like to know whether it is possible to call a vb class through a cron job.
    thx,
    gomzi.
    A cronjob means, it will help to run a programme or set of programme in particular intervels. Its possible in all Unix like environment. First of all tell me which programme you would like to execute and in what intervals. Then only we can define a cronjob.

    Comment

    • gomzi
      Contributor
      • Mar 2007
      • 304

      #3
      Originally posted by bipinkdas
      A cronjob means, it will help to run a programme or set of programme in particular intervels. Its possible in all Unix like environment. First of all tell me which programme you would like to execute and in what intervals. Then only we can define a cronjob.

      I would like to call a vb class at predefined intervals.

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Your administrator should be able to give you information specific to the system your service is running on.

        Comment

        • ghostdog74
          Recognized Expert Contributor
          • Apr 2006
          • 511

          #5
          Originally posted by gomzi
          I would like to call a vb class at predefined intervals.
          yes, you can use the cron in Unix . but i assume vb is visual basic? (or is it something else? ) . You need something to run your vb class, just like you need java to run java classes.

          Comment

          Working...