Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Batch File to check operating system
Name: jvandel Date: April 19, 2001 at 07:33:55 Pacific
Comment:
I am looking for a batch file to check the operating system on a pc from nt network logon. VIA 95,98,2000, or nt. Thanks in advance
Name: Arron Date: May 11, 2001 at 22:54:32 Pacific
Reply:
I think in windows 2000 you can use the command %Operating_System% or something among them lines, i have some text documents with the info in if you would like them contact me
Summary: I have four PC's network together using Windows 98 SE OS, Peer-to-Peer networking. The problem that I am having is during the shutdown process. The systems will hang up during the shutdown process("...
Summary: Here's an example of a simple Perl script. #!/usr/bin/perl use strict; use warnings; use LWP::Simple; use HTML::HeadParser; my $content = get("http://www.computing.net/answers/networking/batch-file-t...
Summary: I am creating a batch file to delete and copy files from a server. The Workstation Operating system is Windows 2000 and the Server is Windows Advance Server. Can anyone assist with any knowledge of ba...