Jump to content

Category:Scripting Articles: Difference between revisions

From EDM2
No edit summary
Some content moved to List of Scripting Articles.
 
(113 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__


Visit also the [[List of Scripting Articles]].


<!--        TABLE WITH COLUMNS        -->
Category for articles covering scripting languages.
<table>
* Batch files
<tr style="vertical-align:top;">
* REXX


<!--        FIRST COLUMN        -->
<td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">


<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">EDM/2 Wiki Articles</h3>
* [[Enhancing VX-REXX with macros]] by [[User:Rosuav|Chris Angelico]]
* [[Sending Mail with REXX]] by [[Dave Briccetti]]


 
[[Category:Articles]]
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">EDM/2 Classic Articles</h3>
* [http://www.edm2.com/0601/drdialog.html Dr. Dialog] How to install and use Dr. Dialog, the Rexx GUI-builder.
* [http://www.edm2.com/0510/rexxdll.html Building a REXX DLL in C] This article shows how to build a DLL in the C programming language containing functions that can be called from REXX.
* [http://www.edm2.com/0404/orexx.html A Look at OREXX] A commentary on poly.cmd, introducing concepts from ORexx as needed. Poly.cmd is a polynomial class of objects written by the author.
* [http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=lU2UdsRB17&isbn=0764579967&itm=1  Rexx Programmer's Reference] The first new book on Rexx from a major publisher in years.  Covers everything Rexx in 686 pages, under $25.
* [http://www.edm2.com/0401/rexx.html REXX Inside and Out. Part 1] File handling
* [http://www.edm2.com/0402/rexx.html REXX Inside and Out. Part 2] The EDM/2 Rexx Utility Library and the translate() function.
* [http://www.edm2.com/0403/rexx.html REXX Inside and Out. Part 3] Date manipulation
* [http://www.edm2.com/0406/rexx.html REXX Inside and Out. Part 4] Rexx and automation: the interpret function. Some thoughts about "dynamically self-violating code".
* [[Sending Mail with REXX]] Sending email to a list of addresses using REXX, SMTP, and TCP Sockets. by [[Dave Briccetti]].
* [http://www.edm2.com/0304/personalrx.html A Brief Look at Personal REXX] An overview of Personal REXX by Quercus Systems.
* [http://www.edm2.com/0303/rexx.html REXX, The Developer's Best Friend] This article focuses on one feature of OS/2 that can really help improve the way you build software, perhaps more than any other - REXX.
* [http://www.edm2.com/0206/vrexx.html Visual REXX Faceoff. Part 1] Watcom's VX-REXX
* [http://www.edm2.com/0207/vrexx.html Visual REXX Faceoff. Part 2] Hockware's VisPro REXX/Bronze 2.0
* [http://www.edm2.com/0209/vrexx.html Visual REXX Faceoff. Part 3] Hockware's VisPro REXX/Gold 2.03
* [http://www.edm2.com/0202/persrexx.html A Review of Personal REXX for OS/2] An indepth review of Quercus Sytems Personal REXX.
* [http://www.edm2.com/0202/tcpiprexx.html TCP/IP Socket Programming in REXX] This article shows how to write programs in REXX that access TCP/IP sockets.
* [http://www.edm2.com/0106/rexxapps1.html REXX-ercising Your Applications. Part 1] Creating external functions and executing them from apps; intro to RexxStart()
* [http://www.edm2.com/0107/rexxapps2.html REXX-ercising Your Applications. Part 2] More on RexxStart(), external command handlers and REXX macrospace.
 
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Related Categories</h3>
*
</td>
 
<!--        SECOND COLUMN        -->
<td style="width:30%; border: 1px solid #c6c9ff; padding: .5em 1em 1em; color: #000000; background-color: #f0f0ff">
 
<h3 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">External Articles</h3>
 
 
</td>
 
</table>

Latest revision as of 04:40, 13 November 2016


Visit also the List of Scripting Articles.

Category for articles covering scripting languages.

  • Batch files
  • REXX