Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wsh
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Wsh
Miscellaneous
Thread ID:
00743993
Message ID:
00744250
Views:
10
Re: Wsh Thread #743993 Message #744042

Ya lo solucione, hice una pequeña utilidad y lo envie por correo a cada usuario pidiendo que lo ejecutara.
Ahora todo esta bien :)
Wait wind 'Actualizando...' nowait
comando="Net time \\srv_mp /set /yes"
Run &comando
inkey(1)
Wait wind 'Sobreescribiendo...' nowait
g=FOPEN("c:\autoexec.bat",12)
FSEEK(g,0,2)
FWRITE(g,"Net time \\srv_mp /set /yes")
FCLOSE("c:\autoexec.bat")
close all
thisform.release
Gracias.
Mauricio Henao Romero
Analista de Proyectos Informaticos Editoriales
EL COLOMBIANO
Previous
Reply
Map
View

Click here to load this message in the networking platform