Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need utility to syncronize client/server systime.
Message
From
10/08/1999 19:30:52
 
 
To
10/08/1999 14:49:34
General information
Forum:
Windows
Category:
Networking & connectivity
Miscellaneous
Thread ID:
00233963
Message ID:
00252275
Views:
19
>>I have this in a batch file, which is in the start up folder, of each client on our network
>>
NET TIME \\SERVER /SET /YES
>>
>>When I creat the link to the batch file, I set it up to run minimum, exit on completion.
>>
>>HTH
>
>I know this may sound like a dumb question, but how do I create a batch file? I have run the commands from the command prompt and it works fine, but when I tried to create an executable I got an error message "Not a valid 32-bit program" or something like that. Any suggestions? Thanks. --Lincoln

A batch file is just a text file with the same commands as you would type them in at a command prompt. It ends with an extension of ".BAT". So timesync.bat would contain:
NET TIME \\SERVER /SET /YES
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform