close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of ExcelFlowExpand


Ignore:
Timestamp:
Feb 4, 2016, 11:04:21 AM (9 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExcelFlowExpand

    v2 v3  
    102102The environment variable creation can be done as usual. We recommend to create an user environment variable.
    103103
    104 __Using then environment  variables window__
     104__Using the environment variables editing window__
    105105
    106 The environment variables editing window vary from a Windows version to another.
     106The location of the environment variables editing window vary from a Windows version to another.
    107107
    108 To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced ->  Environment Variables}}}.
     108To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced ->  Environment Variables}}}. [[BR]]
     109Otherwise you can execute (WIN + R): {{{rundll32.exe sysdm.cpl,EditEnvironmentVariables}}}.
    109110
    110 There you can add an user environment variable indicating the name ({{{VBTOL_PATH}}} and the value (your own path).
     111In this window you can add an user environment variable indicating the name ({{{VBTOL_PATH}}}) and the value (your own path).
    111112
    112113__Using the command setx__
    113114
    114 You can also do it executing a sentence into the Windows command line:
     115You can also do it executing a sentence into the Windows command line (change the path with your own):
    115116{{{
    116117setx VBTOL_PATH %PROGRAMFILES%\Tol-Project\tol-gnu-v3.3\bin
    117118}}}
    118 (change the path with your own).
    119119
    120120