Does WPI still check for the WIN51 file when I use %cdrom% ?
Page 1 of 1
CDROM checking
#2
Posted 28 December 2004 - 03:39 AM
yes it does but it can be changed
look for the function 'FindCDRom' in the generate.js, it is in there twice, change this to what you need as below
to
look for the function 'FindCDRom' in the generate.js, it is in there twice, change this to what you need as below
if (ReportFileStatus(li[i]+'\\WIN51'))
to
if (ReportFileStatus(li[i]+'\\blah.txt'))
Share this topic:
Page 1 of 1



Help

Back to top








