Mar 26, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I need to setup a postlogin. I wanted to copy something from a network drive to the local machine- does anyone have any ideas on how too? Thank you
I need to setup a postlogin. I wanted to copy something from a network drive to the local machine- does anyone have any ideas on how too? Thank you
Mar 26, 2002 #2 KleanX Technical User Joined Mar 8, 2002 Messages 17 Location CA The POSTLOGIN command can be issued from within a user profile only. Lets say this is your profile : !setSTDA HR.LAB.USA1 /NOALT Set drive T: \\FS COMMON@SERVICES@HR.LAB.USA1 Set drive U: \\FS COMMON1@SERVICES@HR.LAB.USA1 Set drive X: \\FS COMMON2@SERVICES@HR.LAB.USA1 -- This is the line to add -- Postlogin X:\login\usalogin.bat (this is the line to add .. changing the batch file location) Now you can make the batch file look like this : @Echo off rem ********* Copying files from network ********* Copy x:\mcafee\sdat4196.exe c:\temp\download rem ********* Execute file from network ********** Start x:\mcafee\sdat4196 @exit Anyways hope this can help you out on a solution! Mike Mike Upvote 0 Downvote
The POSTLOGIN command can be issued from within a user profile only. Lets say this is your profile : !setSTDA HR.LAB.USA1 /NOALT Set drive T: \\FS COMMON@SERVICES@HR.LAB.USA1 Set drive U: \\FS COMMON1@SERVICES@HR.LAB.USA1 Set drive X: \\FS COMMON2@SERVICES@HR.LAB.USA1 -- This is the line to add -- Postlogin X:\login\usalogin.bat (this is the line to add .. changing the batch file location) Now you can make the batch file look like this : @Echo off rem ********* Copying files from network ********* Copy x:\mcafee\sdat4196.exe c:\temp\download rem ********* Execute file from network ********** Start x:\mcafee\sdat4196 @exit Anyways hope this can help you out on a solution! Mike Mike