home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / sample1.BAS < prev    next >
Encoding:
BASIC Source File  |  2000-07-27  |  359 b   |  8 lines

  1. Sub Main
  2.     MsgBox "Hello World!  The current date is " + Format(Date, "C")
  3.     
  4.     MsgBox "You are running a task called -- " + CurrentTask.TaskName 
  5.     
  6.     MsgBox "AutoMate supports industry standard BASIC commands syntax for advanced users.  But you don't need to know how to program to use AutoMate!  Double-click the task to see how this was built."
  7. End Sub
  8.