Product: ChemScript
Does the ChemBioOffice Ultra come with the ChemScript Pro and not the ChemScript Ultra? How to convert the Pro level to the Ultra level?
ChemScript that comes along with our ChemBioOffice Ultra 2008/2010/2012 suite is Pro level only (http://www.cambridgesoft.com/software/ChemBioOffice/). In order to convert the installed ChemScript Pro to ChemScript Ultra the product need to activated using ChemScript Ultra serial number by the following way.
For ChemScript 13 (included in ChemBioOffice Ultra 2012 suite)
1. Log on to your machine as an Administrator
2. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 3.2)
3. Type the following in the Python IDLE or Python (command line)
from ChemScript13 import * (it will show the welcome to ChemScript Pro message)
4. Now type Env.Activate()
[Alternatively select “Activate ChemScript Ultra 13.0” from the Start menu (Start > All Programs > ChemBioOffice 2012 > ChemScript 13.0)]
5. It will open the “CambridgeSoft Software Activation" dialog box; enter your Name and serial number (ChemScript Ultra 13.0 serial number)
6. Click the "Activate over Internet" button.
7. Close the Python IDLE or Python (command line) window
8. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 3.2)
9. Type the following in the Python IDLE or Python (command line)
from ChemScript13 import *(it will show the welcome to ChemScript Ultra message)
For ChemScript 12 (included in ChemBioOffice Ultra 2010 suite)
1. Log on to your machine as an Administrator
2. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 2.5)
3. Type the following in the Python IDLE or Python (command line)
from ChemScript12 import *(it will show the welcome to ChemScript Pro message)
4. Now type Env.Activate()
5. It will open the “CambridgeSoft Software Activation" dialog box; enter your Name and serial number (ChemScript Ultra 12.0 serial number)
6. Click the "Activate over Internet" button.
7. Close the Python IDLE or Python (command line) window
8. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 2.5)
9. Type the following in the Python IDLE or Python (command line)
from ChemScript12 import *(it will show the welcome to ChemScript Ultra message)
For ChemScript 11 (included in ChemBioOffice Ultra 2008 suite)
1. Log on to your machine as an Administrator
2. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 2.5)
3. Type the following in the Python IDLE or Python (command line)
from ChemScript11 import * (it will show the welcome to ChemScript Pro message)
4. Now type Env.Activate()
5. It will open the “CambridgeSoft Software Activation" dialog box; enter your Name and serial number (ChemScript Ultra 11.0 serial number)
6. Click the "Activate over Internet" button.
7. Close the Python IDLE or Python (command line) window
8. Launch Python IDLE or Python (command line) from the Start menu (Start > Programs > Python 2.5)
9. Type the following in the Python IDLE or Python (command line)
from ChemScript11 import * (it will show the welcome to ChemScript Ultra message)
Comments
0 comments
Article is closed for comments.