| 1. |
Solve : New to this? |
|
Answer» Hello I'm new to batch FILES and would appreciate some help. I am wondering if while running an installer from the batch file, you are able to "hardcode" the cd-KEY SOMEWHERE so you wouldn't have to have any user interaction. Thanks in advance. That usually depends on the program and the installer. There is often a way to automate the CD key, but it probably wouldn't be in DOS or a batch file. For example, for Windows 98 I remember you could enter the CD-key into the "msbatch.inf" file to automate that part of the process. Other programs MAY have a smillar method, but it will be program specific. |
|