Click here to Skip to main content
15,885,875 members
Home / Discussions / System Admin
   

System Admin

 
QuestionChecking Bandwidth Pin
subai22-Feb-10 18:54
subai22-Feb-10 18:54 
AnswerRe: Checking Bandwidth Pin
Jörgen Andersson23-Feb-10 2:04
professionalJörgen Andersson23-Feb-10 2:04 
GeneralRe: Checking Bandwidth Pin
subai23-Feb-10 2:28
subai23-Feb-10 2:28 
AnswerRe: Map Creation Templates/Software - Repost Pin
Richard MacCutchan20-Feb-10 21:44
mveRichard MacCutchan20-Feb-10 21:44 
GeneralSQL Server 2008 Express Install Location Pin
Brady Kelly22-Jan-10 0:26
Brady Kelly22-Jan-10 0:26 
GeneralRe: SQL Server 2008 Express Install Location Pin
ruready5113-Feb-10 7:45
ruready5113-Feb-10 7:45 
GeneralRe: SQL Server 2008 Express Install Location Pin
Brady Kelly3-Feb-10 8:28
Brady Kelly3-Feb-10 8:28 
Questionnet use command - WinXP Embedded [modified] Pin
JBAK_CP20-Jan-10 3:53
JBAK_CP20-Jan-10 3:53 
I'm trying to use the 'net use' command to map a drive from a Windows XP Embedded system(built using Target Designer), but when I try to execute the 'net use' command, it is un-recognized. The command works great on my desktop WinXP machine, just not on the embedded system. I'm not sure if we are missing a package that needs to be on the XP Embedded system?


Any help is greatly appreciated! Thanks!


Here is how i'm using the net use command:

net use X: \\150.168.80.4\Shared_Test


Here is what I'm trying to accomplish: Map to a drive from a WinXP Embedded machine only if the file server (Windows XP) is available. The batch file listed below is the one being run on the WinXP Embedded system.

:VERIFY
   echo.
   echo ----------VERIFYING FILESERVER AVAILABILITY----------
   ping 150.168.80.4 -n 2
   if errorlevel 1 goto RETRY
   if errorlevel 0 goto MAPDRIVE
   goto END

:RETRY
    echo.
    echo ----------FILESERVER UNAVAILABLE.......RETRYING!----------
    goto VERIFY


:MAPDRIVE
    echo.
    echo ----------FILESERVER AVAILABLE.....TRYING TO MAP TO FILESERVER----------
    net use X: \\150.168.80.4\Shared_Test
    ping 127.0.0.1 -n 5 >NUL
    IF NOT EXIST X:\ goto MAPDRIVE
    IF EXIST X:\ goto END

:END
    echo.
    echo ----------FILESERVER MAPPING SUCCESSFUL....GOODBYE!----------
    echo.


modified on Wednesday, January 20, 2010 11:09 AM

AnswerRe: net use command - WinXP Embedded Pin
Randor 20-Feb-10 12:33
professional Randor 20-Feb-10 12:33 
GeneralRe: net use command - WinXP Embedded Pin
JBAK_CP20-Feb-10 12:44
JBAK_CP20-Feb-10 12:44 
QuestionNSIS error Pin
itsheart17-Jan-10 7:35
itsheart17-Jan-10 7:35 
AnswerRe: NSIS error Pin
Indivara18-Jan-10 16:44
professionalIndivara18-Jan-10 16:44 
QuestionCreating "private" shared folder on the file server for each user on the domain Pin
Mustafa Ismail Mustafa14-Jan-10 23:15
Mustafa Ismail Mustafa14-Jan-10 23:15 
AnswerRe: Creating "private" shared folder on the file server for each user on the domain Pin
Indivara18-Jan-10 16:58
professionalIndivara18-Jan-10 16:58 
QuestionIIS 7 deployment error Pin
Sagar.H.Mistry13-Jan-10 19:57
Sagar.H.Mistry13-Jan-10 19:57 
QuestionSoftware performance under differences windows environment? Pin
dec8213-Jan-10 18:57
dec8213-Jan-10 18:57 
AnswerRe: Software performance under differences windows environment? Pin
Richard MacCutchan13-Jan-10 22:56
mveRichard MacCutchan13-Jan-10 22:56 
QuestionHow To Make a USB Autorun Pin
shissingh9-Jan-10 19:47
shissingh9-Jan-10 19:47 
AnswerRe: How To Make a USB Autorun Pin
Roger Wright9-Jan-10 21:06
professionalRoger Wright9-Jan-10 21:06 
QuestionInstalling windows Pin
Fabio V Silva7-Jan-10 23:33
Fabio V Silva7-Jan-10 23:33 
AnswerRe: Installing windows Pin
Dave Kreskowiak8-Jan-10 1:41
mveDave Kreskowiak8-Jan-10 1:41 
GeneralRe: Installing windows Pin
Fabio V Silva8-Jan-10 12:49
Fabio V Silva8-Jan-10 12:49 
AnswerRe: Installing windows Pin
Tony Richards10-Jan-10 2:52
Tony Richards10-Jan-10 2:52 
AnswerRe: Installing windows Pin
niks563-Mar-10 20:14
niks563-Mar-10 20:14 
QuestionActive Directory changes not showing over the network Pin
MWRivera4-Jan-10 6:26
MWRivera4-Jan-10 6:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.