Results 1 to 4 of 4

Thread: help...help...help...

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    5
    I have 2 computer with windows 98se installed, connected by a network. One named "PC01", and the other named "PC02". I want to keep the clock of these computers synchronized.
    Usually I run from PC01's ms-dos prompt:
    -------------------------------------
    c:\windows\>net time \\pc02 /set /yes
    -------------------------------------
    But this time I want to run this every time I start my application that I've created with visual basic 6. So I put this line in form load event:
    ---------------------------------------------
    Private Sub Form_Load()
    Shell "net time \\pc02 /set /yes", vbHide
    End Sub
    ---------------------------------------------
    It's working properly, but every time this process done, a "winoldap" appears in my ctrl-alt-del list. I don't know how to disappear this task from the list.
    I hope someone in this forum can help me solve this problem.

    Thanks,
    Rudy.

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224

    Lightbulb

    hey winoldapp is the taskname of the DOS BOX .
    It will appear whenever u use dos box..
    WHy do u want to use dos for this ???
    If you can't pronounce my name, call me GURU

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    5
    You are guru, and I'm just a rookie. If you have any suggestion, please let me know.
    I'm waiting. Thanks for your attention.

    Rudy.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Jakarta, Indonesia
    Posts
    5

    Thumbs down

    Well, I guess none of you have the answer...

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