-
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.
-
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 ???
-
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.
-
Well, I guess none of you have the answer...