Adam Peart <[EMAIL PROTECTED]> writes: > For installing vs 6 it says to put your serial number into a bat > file in the site directory. What should be in the bat file in order > for VS to use the number. I.E. 123-1234567 (not a valid number, but > the right pattern of numbers)
Put this is z:\site\vs6_key.bat: set vs6_key=1231234567 (That is, set the vs6_key variable to be your serial number without hyphens.) - Pat ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
