Hi All,<br>After some tryouts, your help and lots of cookbook, the terminal is getting very rewarding. <br>For example to generate a zone from scratch:<br><br>############## start<br>#!/bin/csh -fb<br>prj -mode text << key1<br>
e <br>MODEL<br>a <br>description<br>modelname.log<br>N<br>N<br>41 <br>-4 <br>2010 <br>m <br>c <br>a <br>a <br>zonedescription<br>whatrepresents<br>a <br>0,0,0<br>5,5,5 <br>0 <br>0<br>0 <br>
connectionsname.cnn<br>key1<br>############ end<br><br>But when trying to do the same type of procedures in Perl or Python (I need to write some objects) I have a couple of basic problems, for example, how do you start the prj -mode text by a .py or a .pl? or how do you pass the keyboard keys? <br>
My idea is to write several separated files and run them from one "parent", like the TEST sample.<br><br>Thanks in advance,<br><br>Victor Bunster<br><br>