VB script

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12759
    quintelosky
    Participant

    Hi everybody

    Is it possible to run a vbscript periodically?

    Thanks

    #12765
    Mikhail
    Moderator

    Hi,

    You can run *.bat or *.sh from formulas. For example:

    Process.Start(@"C:\1.bat");
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.