USMT 2.61 Scanstate and DelFiles not working

D

Darren

I have a reference in my Miguser.inf to copy the entire D:\ I have a
varible called D_Drive and it copies the entire thing like I asked it to. I
also have a variable C_Data that copies selected files to the D: which works
also We ran into a problem where in some cases we have some programs
installed to that
drive for a few users. So I excluded those directories with the DelFiles
input. I can't seem to get it to work and I get very little info from the
log file as to what can be wrong.

See the section DEL_FILES at the end of miguser.inf below. The log shows
that these lines are recognized but it still copies the files and folders I
tell it not too. (IBM folder & RATIONAL folder) You can see that in the log
at the end of this email

Thanks for any help.

Here is the entries in my miguser.inf
---------------------------------------------------
Miguser.inf

[Copy This User State]
copyfiles=Default CopyFiles

[Copy This State]
AddReg=AT&T
[AT&T]
HKLM\Software\AT&T\*

[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]

; Copy D Drive
dir=d:\*, %D_Drive%

;Copy AT&T
DIR=%PROGFILES%\AT&T\WnClient\Data\LocalHTM*,
%PROGFILES%\AT&T\WnClient\Data\LocalHTM

; Word Processor Documents
*.doc, %C_Data%\Cdoc
*.dot, %C_Data%\dot
*.rtf, %C_Data%\rtf
*.txt, %C_Data%\Text Files
*.mcw, %C_Data%\mcw
*.wps, %C_Data%\wps
*.scd, %C_Data%\scd
*.wri, %C_Data%\wri
*.wpd, %C_Data%\wpd

; Spreadsheet Documents
*.xl?, %C_Data%\xl
*.csv, %C_Data%\csv
*.iqy, %C_Data%\iqy
*.dqy, %C_Data%\dqy
*.oqy, %C_Data%\oqy
*.rqy, %C_Data%\rqy
*.wk?, %C_Data%\wk
*.wq1, %C_Data%\wq1\
*.slk, %C_Data%\slk
*.dif, %C_Data%\dif

; Presentation Documents
*.ppt, %C_Data%\ppt
*.pps, %C_Data%\pps
*.pot, %C_Data%\pot
*.sh3, %C_Data%\sh3
*.ch3, %C_Data%\ch3
*.pre, %C_Data%\pre
*.ppa, %C_Data%\ppa

:Outlook files
*.pst, %C_Data%
*.pab, %C_Data%
*.wab, %C_Data%

; Quicken files
*.qdf
*.qsd
*.qel
*.qph

[Copy This State]
DelFiles=PageFile_Sys
[PageFile_Sys]
;This will not copy the page file if on the D:,
DIR=%D_Drive%Pagefile.sys
;This will not copy the IBM directory on the D:
DIR=%D_DRIVE%IBM
;This will not copy the RATIONAL directory on the D:
DIR=%D_DRIVE%RATIONAL


LOG

Info Detected Copy This State
Info Base specification for d:\* is d:
Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path
%PROGFILES%\AT&T\WnClient\Data\LocalHTM*

Info Base specification for :Outlook files is :Outlook files
Info Base specification for D:\Pagefile.sys is D:\Pagefile.sys
Info Base specification for D:\IBM is D:\IBM
Info Base specification for D:\RATIONAL is D:\RATIONAL
Info Detected Local Settings Exclusion
 
G

Guest

I am also having the same issue. Did you ever get it resolved?

Darren said:
I have a reference in my Miguser.inf to copy the entire D:\ I have a
varible called D_Drive and it copies the entire thing like I asked it to. I
also have a variable C_Data that copies selected files to the D: which works
also We ran into a problem where in some cases we have some programs
installed to that
drive for a few users. So I excluded those directories with the DelFiles
input. I can't seem to get it to work and I get very little info from the
log file as to what can be wrong.

See the section DEL_FILES at the end of miguser.inf below. The log shows
that these lines are recognized but it still copies the files and folders I
tell it not too. (IBM folder & RATIONAL folder) You can see that in the log
at the end of this email

Thanks for any help.

Here is the entries in my miguser.inf
---------------------------------------------------
Miguser.inf

[Copy This User State]
copyfiles=Default CopyFiles

[Copy This State]
AddReg=AT&T
[AT&T]
HKLM\Software\AT&T\*

[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]

; Copy D Drive
dir=d:\*, %D_Drive%

;Copy AT&T
DIR=%PROGFILES%\AT&T\WnClient\Data\LocalHTM*,
%PROGFILES%\AT&T\WnClient\Data\LocalHTM

; Word Processor Documents
*.doc, %C_Data%\Cdoc
*.dot, %C_Data%\dot
*.rtf, %C_Data%\rtf
*.txt, %C_Data%\Text Files
*.mcw, %C_Data%\mcw
*.wps, %C_Data%\wps
*.scd, %C_Data%\scd
*.wri, %C_Data%\wri
*.wpd, %C_Data%\wpd

; Spreadsheet Documents
*.xl?, %C_Data%\xl
*.csv, %C_Data%\csv
*.iqy, %C_Data%\iqy
*.dqy, %C_Data%\dqy
*.oqy, %C_Data%\oqy
*.rqy, %C_Data%\rqy
*.wk?, %C_Data%\wk
*.wq1, %C_Data%\wq1\
*.slk, %C_Data%\slk
*.dif, %C_Data%\dif

; Presentation Documents
*.ppt, %C_Data%\ppt
*.pps, %C_Data%\pps
*.pot, %C_Data%\pot
*.sh3, %C_Data%\sh3
*.ch3, %C_Data%\ch3
*.pre, %C_Data%\pre
*.ppa, %C_Data%\ppa

:Outlook files
*.pst, %C_Data%
*.pab, %C_Data%
*.wab, %C_Data%

; Quicken files
*.qdf
*.qsd
*.qel
*.qph

[Copy This State]
DelFiles=PageFile_Sys
[PageFile_Sys]
;This will not copy the page file if on the D:,
DIR=%D_Drive%Pagefile.sys
;This will not copy the IBM directory on the D:
DIR=%D_DRIVE%IBM
;This will not copy the RATIONAL directory on the D:
DIR=%D_DRIVE%RATIONAL


LOG

Info Detected Copy This State
Info Base specification for d:\* is d:
Info Possible undefined environment variable(s) for NT
AUTHORITY\SYSTEM in the path
%PROGFILES%\AT&T\WnClient\Data\LocalHTM*

Info Base specification for :Outlook files is :Outlook files
Info Base specification for D:\Pagefile.sys is D:\Pagefile.sys
Info Base specification for D:\IBM is D:\IBM
Info Base specification for D:\RATIONAL is D:\RATIONAL
Info Detected Local Settings Exclusion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top