Re: Stores Folder Changing



hi,

after booting, you need to log in to your network for it to work. i do
it with a simple 2 line login script, a simple batch file to log on
from my laptop to my desktop that has the network drive in it and
another line to set the path in the registry of the laptop i use.

the trick is to use the windows command line command: net.exe

net use

Connects or disconnects to a network share. Used with no qualifiers
lists the current network mappings.

Syntax:

net use <device name> or * \\<computer name>\<share name> [password or
*] [/user:[domain\user] /delete or [persistent:[yes or no]]
net use <device name> /home /delete or /persistent:[yes or no]

more info :
http://www.windowsitpro.com/Article/ArticleID/14478/14478.html



from memory, here's my batch file, you might have to fiddle with it a
little bit for the net.exe command, like i said its from memory, (you
can name it login.bat on your desktop, and change the values for your
info , then launch it manually after you've booted, or in your start
up folder):
------------------------------------------------------
@echo off
net use m: \\mydesktop_computer\myshare mypasswordondesktop
/user:\\mydesktop_computer\user_name

regsvr32 /s storeroot.reg

rem to make sure everything worked: wait for user to press a key.
pause
-------------------------------------------------------

obviously, the "net use" and "/user" lines are only on 1 line not 2.
sorry for carriage return there.

and storeroot.reg is just an extracted with regedit registry value of
your storeroot key located at:

HKEY_CURRENT_USER\Identities\{some_numbers_here}\Software\Microsoft\Outlook
Express\5.0

that basically points to m:\outlook express instead of c:\docs and
settings\username\blabla

hth, and i hope its easy to understand.
HT


On Thu, 27 Oct 2005 20:56:03 -0700, "Michael R. Mastro II"
<MichaelRMastroII@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>Hello,
>
> I was trying to change my stores folder in OE 6 today and I was unable to
>do it. I was trying to place it on the network drive since my main drive was
>getting cluttered and slow from constant use of OE 6. I only use OE 6 for
>newsgroups. I copied all the files to the network drive and started up OE 6.
> I went to the options, maintenance, and change stores folder. I changed it
>to the drive and folder I wanted to place it at. Hit ok. It told me to
>logout of OE 6, then restart it and it would be changed. I logged out of OE
>6. Restarted it, and went to check the folder and it reset it to my
>Documents & settings......Outlook Express, again. So I tried to change the
>folder again, logged out of OE 6. Then logged off the computer, relogged on
>and back into OE 6. Checked it again, back to the default. My question is
>how do I get it to recognize my network drive and use that?
>
>Thanks,

.



Relevant Pages

  • Re: Application starts too soon
    ... expecting a network connection to exist. ... > The application runs froma a batch file. ... Finally the command prompt arrives, ... > think the app tries to run, encounters an error, and exits. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Using Net Use command...
    ... Last question I promise...When I do a "net logon" command is says I'm ... So I'm on my network, ... "grep" wrote: ... able to point to the folder for the file, ...
    (microsoft.public.windows.server.networking)
  • Re: Emailing web form information to me
    ... To deal with your comments on Vista, it is the mapping via 'my computer' ... or indeed the other bug that causes Publisher to ... have a default folder such as "public_html" that you are supposed to upload ... In the Map Network Drive dialog box, ...
    (microsoft.public.publisher.webdesign)
  • Re: Using Net Use command...
    ... A syntax error means there's something wrong with the command itself, not the result of the command. ... You can only map a drive to a share, not a folder. ... So I'm on my network, but is there another way to just browse to a directory? ...
    (microsoft.public.windows.server.networking)
  • Re: Automatically Logon To Network Share
    ... logon to the share and then manually run them. ... How can I get an automatic logon to the network share when each user ... I use a batch file with the command NET USE as follows: ... The ping command inserts a delay of about 20 seconds after the batch ...
    (microsoft.public.windowsxp.help_and_support)