| | 224 | lgt2txt.sh |
| | 225 | (bash shell script) |
| | 226 | lgt2txt.js |
| | 227 | (JScript command-line script for Windows; requires WSH 5.6 or |
| | 228 | later version) |
| | 229 | |
| | 230 | Sample scripts to batch convert XML files to text files. |
| | 231 | |
| | 232 | These scripts assumes that the LOGTALKHOME and LOGTALKUSER environment |
| | 233 | variables are defined. |
| | 234 | |
| | 235 | The scripts should be called from the directory containing the XML files |
| | 236 | you wish to convert. Call the scripts with the help option for a description |
| | 237 | of the available optional parameters (type "cscript lgt2txt.js help" or |
| | 238 | "lgt2txt.sh -h"; depending on your Logtalk installation, you may simply |
| | 239 | need to type "lgt2txt" in order to run the script). |
| | 240 | |
| | 241 | |