Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-29-2006, 11:37 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2006

Posts: 1

vaughjl

Default logon script

I need to create a logon script to run when users logon to their computer. The script needs to locate or find *.pst files (or archive.pst files) and then move those files to another location. I am trying to move all of the user archive.pst files to the same location on their computers. Can anyone help?
vaughjl is offline  
Old 03-29-2006, 01:00 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default

you could use

if exists *filepath & name* move *filepath & name* *destination*

in a batch file


or write a vbs to iterate through all folders, yuk.
office politics is offline  
 
Closed Thread

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 On