|
-
Jun 18th, 2000, 09:49 PM
#1
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|