Re: Utility Programs


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on October 19, 2006 at 12:30:40:

In Reply to: Utility Programs posted by GLENN TANNER on October 18, 2006 at 19:41:07:

Glenn:

I use the Command file builder to build IB command files for my customers who still have CED source. I use # + directory name as the command file name. The source is prefixed with "-". The object is the same name without the prefix. The " *******" drops the prefix for the object name.

-----------------------------------------

 10/19/06 10:23:46 T01/P01 COMMAND BUILDER

 COMMAND COPYRIGHT SIGNATURE SY

INPUT DIRECTORY NAME: CH1
FIRST FILE: -
LAST FILE: -~
OBJECT FILENAME EDIT MASK: *******
OBJECT DIRECTORY NAME: CH1
LISTING DEVICE: TXX
LIST ERRORS ONLY (Y/N): Y
SOURCE LISTING (Y/N): N
OBJECT LISTING (Y/N): N
BYTE ALIGN COMMON (Y/N): N
ALLOCATE MEMORY (Y/N): N
COMPILE FOR 502 (Y/N): N
COMMAND FILE NAME: #CH1
COMMAND DIRECTORY NAME: CH1
ERASE OR APPEND (E/A): E
-----------------------------------

You can check the command file by opening it in CED.

-----------------------------------------------------
File: #CH1, CH1 T00/P00
200 !S -B
300 !O B,CH1
400 !L TXX,E
500 !*
600 !S -BCJ
700 !O BCJ,CH1
800 !L TXX,E
900 !*
1000 !S -BE
1100 !O BE,CH1
1200 !L TXX,E
1300 !*
1400 !S -BEL
1500 !O BEL,CH1
1600 !L TXX,E
1700 !*
1800 !S -BEL1
1900 !O BEL1,CH1
2000 !L TXX,E
2100 !*
----------------------------------------------------

Then, at READY, I type "IB" to bring up the compiler and feed in the command file name.

-------------------------------------------------------------------
 IB -- INTERNET BASIC COPYRIG

 COMMAND FILE : #CH1
 SOURCE FILE :
 OBJECT FILE :
 LISTING FILE :
 OPTIONS :
 ABOVE CORRECT? Y




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]