faqts : Computers : Programming : Languages : Batch language : 4DOS

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 1 people (0%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

4DOS/4NT: Describe: TSE: Macro: How to describe at once all the TSE macros downloaded?

Jun 24th, 2003 08:13
Knud van Eeden,


Operating system: DOS: 4DOS/4NT: Macro: TSE: Describe: How 
to 'describe' at once all the TSE macros you downloaded from the 
http://www.semware site?

Steps: Overview:

 1. -open an MSDOS box

 2. -goto the directory where you stored you TSE macro files

 3. -type the command to show the descript.ion file in this directory:

      attrib -h descript.ion

 4. -load this file 'descript.ion' in your TSE editor

 5. -goto the semware site, where you have a description of all the 
semware TSE-pro macros, by typing the following URL in your browser:

      http://www.semware.com/html/tseprofilesd.html

 6. -copy the text (via a for example <CTRL><A>, or right 
click 'select all', then 'copy')

 7. -edit this text in your TSE editor, and delete the lines 
containing non-filename information

      (most 'describe' information about the files is already on one 
line, with the name of the files in front, just look at the format
       in 'descript.ion', which is:

         <filename1> <some other text>
         <filename2> <some other text>
         <filename3> <some other text>
         <filename4> <some other text>

 8. -when finished, append this text to the existing 'descript.ion' 
file

 9. -save this 'descript.ion' file when ready, back in this directory

10. -do a 'dir' command in this directory to check if this 'describe' 
information is really active

11. -put the 'descript.ion' file back in the original 'hidden' 
attribute state:

      attrib +h descript.ion

---

[see also: http://www.faqts.com/knowledge_base/view.phtml/aid/22646]