|
-
October 5th, 2000, 10:38 AM
#1
Logon script server search
Hi everyone!
I got the idea of making a search algorithm in the logon.bat files. I need it to search several servers for the home directory of the user.
Is this possible at all?
-
October 5th, 2000, 11:00 AM
#2
you don't know where the users home direcotory is? look in usermanager, the home directory is automatically mapped
-
October 5th, 2000, 11:04 AM
#3
Yes, but what about the search in the .bat file. Is that possible
-
October 5th, 2000, 02:46 PM
#4
yes, what criteria are you searching by? a specific folder name?
what do you want to search on a given server, just one folder or do you need to search the whole server,
out of curiousity why would you ever want to do this?
-
October 6th, 2000, 08:01 AM
#5
I want to search specific folders for a subfolder of a specific name like this:
if <folder> is <here> then move on
else
if <folder> is <there> then move on
else
if <folder> is <there> then move on
I have several logon servers, but I want to combine them.
-
October 6th, 2000, 09:09 AM
#6
if exist \\servername\foldername goto moveon
if exist \\servername2\foldername goto moveon
if exist \\servername3\foldername goto moveon
:moveon
what do you mean combine servers
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|