the first script is
@files =<C:\\orant\\FORMS60\\forms\\Fapidk\\source\\msvc\\changecolor\ +\Debug\\forms\\*.fmb>; foreach $file (@files) { print $file "\n"; system "changecolor.exe form=$file"; }
the above script gets all the fmb and changes the properties of some of the items in some of the fmb files and saves the updated file to a different directory the secod script goes through the updated file and compiles the form .
can any one help me on combining these two scripts into one. thanks for your help.@files1 =<C:\\orant\\FORMS60\\forms_up\\*.fmb>; done and thanks for all of ur help. foreach $file (@files1) { print $file . "\n"; system "IFCMP60 USERID=rmetts/rmetts\@dlegtst1 module=$file module_ac +cess=file module_type=form" # print "c:\\orant\\bin\\IFCMP60 USERID=rmetts/rmetts\@dlegtst1 modul +e=$file module_access=file module_type=form" }
In reply to Re: combine two scripts into one
by subha
in thread combine two scripts in to one
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |