Changes between Version 3 and Version 4 of ParticionesLogicas/en
- Timestamp:
- Feb 25, 2012, 6:09:23 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParticionesLogicas/en
v3 v4 81 81 == Automate the configuration of the partitions == 82 82 83 Puedo automatizar el comando realizado creando un procedimiento con el mismo, que una vez definido podrá ser lanzado desde cualquier ámbito de forma inmediata o programándolo en una tarea.83 You can automate the command by creating a procedure. It can be launch from any scope inmediately or programing it in a task. 84 84 85 85 === Create the procedure === 86 86 87 87 Utilizamos de nuevo el comando ejecutar script, la única diferencia es la opción de ejecución elegida: en la "'''pestaña Aulas'''" sobre un ordenador pinchamos sobre el comando "'''ejecutar script'''": 88 * en el cuadro de texto "'''Código del script'''" incluimos el comando ogCreatePartitions con los parámetros necesarios89 * seleccionamos "'''Guardar como procedimiento'''" e incluimos el nombre del mismo90 * pulsamos "'''aceptar'''" para enviar el comando.88 * In the textbox "'''Script Code'''" include command ogCreatePartitions with the needed parameters. 89 * Select "'''Save as procedure'''" and include the name of the procedure. 90 * Click on "'''Accept'''" to send the command. 91 91 92 92 [[Image(logicas_procedimiento_crear.png)]] … … 94 94 === Launch a procedure === 95 95 96 Una vez creado el procedimiento para particionar puedo utilizarlo desde cualquier ámbito 96 Once the procedure is created it can be used from any scope. 97 97 98 98 [[Image(logicas_procedimiento_lanzar.png)]] 99 99 100 También podemos programarlo en el ámbito que queramos incluyendolo en una [wiki:Procedimientos#Tareas tarea].100 We can also program it in the scope you want including in a [wiki:Procedimientos/en#Tasks task].