Changeset 596 for GPL/trunk/tools
- Timestamp:
- Apr 3, 2017, 3:44:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/tools/AddToFile.cmd
r591 r596 11 11 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' 12 12 call SysLoadFuncs 13 parse arg OutFile','String','Function','Parm1','Parm2','Parm3','Parm4 ;13 parse arg OutFile','String','Function','Parm1','Parm2','Parm3','Parm4','Parm5; 14 14 15 15 if (OutFile='') then do … … 33 33 rc=LineOut(MyFile, '--- AddToFile.cmd '||MyCmd); 34 34 call 'AddToFile.cmd' MyCmd; 35 MyCmd=MyFile||',option description,BLDLEVEL,Vendor,1.2.3,Description,Fixpack ';35 MyCmd=MyFile||',option description,BLDLEVEL,Vendor,1.2.3,Description,Fixpack,Asd'; 36 36 rc=LineOut(MyFile, '--- AddToFile.cmd '||MyCmd); 37 37 call 'AddToFile.cmd' MyCmd; … … 100 100 end 101 101 102 NewStr='@#'||Parm1||':'||Parm2||'#@##1## '||ProjString||': :::'||ProjVersion||'::'||Parm4||'@@'||Parm3;102 NewStr='@#'||Parm1||':'||Parm2||'#@##1## '||ProjString||':'||Parm5||':::'||ProjVersion||'::'||Parm4||'@@'||Parm3; 103 103 if (Type='2') then do 104 104 /*OutStr=String||' "@#'||Parm1||':'||Parm2||'#@##1## '||ProjString||'::::'||ProjVersion||'::'||Parm4||'@@'||Parm3||'"';*/
Note:
See TracChangeset
for help on using the changeset viewer.