Results 1 to 2 of 2

Thread: AT command

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    5

    Post

    ScheduleAT "0800", "m,t,w,th,f", "c:\my.exe"

    Public Sub ScheduleAT(sTime as string, sDays as string, sCommand as string)

    Shell "AT " & sTime & " /every:" & _
    sDays & " " & sCommand

    end sub


  2. #2
    New Member
    Join Date
    Feb 2000
    Posts
    7

    Post

    How do I use the AT command in vb code?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width