Networking Forums

Networking Forums > Computer Networking > Windows Networking > Complex Win 98 MSDOS Net Use Question

Reply
Thread Tools Display Modes

Complex Win 98 MSDOS Net Use Question

 
 
=?Utf-8?B?ZGVnZ2Vy?=
Guest
Posts: n/a

 
      12-10-2004, 08:45 PM
I am trying to log onto my Law School network via a LAN
The purpose is to use a secure test taking program.

The program is a batch designed to run NET USE and then map my S: drive for
its own purpose.

The problem is, whenever I run NET USE I get the error message: "There are
no entries in the list". This kills the program

when I type in -- net use | S: i get Invalid drive specification

I can run NET VIEW and see other computers, including my own

My priority network logon is Client for Microsoft Networks
And I'm set up for the right workgroup

What I want is for the program to be able to map the SDRIVE for me so I can
use this program.

here is the part of the batch file that keeps hanging up:

:: SEE IF DRIVE S: IS ALREADY MAPPED OR NOT
:CheckMapped
:: ECHO Checking for mapped drive S:...
NET USE | FIND "S:" > NUL
IF NOT ERRORLEVEL 1 GOTO NetDriveMapped
IF ERRORLEVEL 1 GOTO NetDriveOpen

:: S: IS MAPPED, ABORT
:NetDriveMapped
ECHO ERROR: Drive S: already exists or is already mapped
ECHO ERROR: Please contact an administrator.
GOTO EndError


Any thoughts?

And just in advance, thanks, whoever's working these newsgroups has been
amazing.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logon to WS2003 and run a MSDOS app, without loading windows OS. juancho98 Windows Networking 3 05-14-2007 06:06 AM
Complex Intra/Extra network question? Bob Mariotti Linux Networking 1 05-02-2005 09:16 PM
MSDOS client Jim Windows Networking 5 09-04-2004 03:44 AM
Complex Routing; Request for discussion/Help (no newbie question) Klaus Rosanowski Linux Networking 10 09-06-2003 06:43 PM
Complex VPN? =?ISO-8859-1?Q?Ren=E9_Matth=E4i?= Linux Networking 3 08-12-2003 09:13 AM



1 2 3 4 5 6 7 8 9 10 11