- Calendar - writes a full year calendar to a file named calendar.txt. Use with command:
DC "CALENDAR.EXE" "TEXT".
- Decode - decodes an encoded text file to a new text file you specify. Use with command:
DC "DECODE.EXE FILE1 FILE2" "TEXT".
- Encode - encodes an external text file to a new text file you specify. Use with command:
DC "ENCODE.EXE FILE1 FILE2" "TEXT".
- FileLen - writes length of file to a file named filelen.txt. Use with command:
DC "FILELEN.EXE FILENAME" "TEXT".
- Absolute - writes absolute value of a number to a file named absolute.txt. Use with command:
DC "ABSOLUTE.EXE NUMBER" "TEXT".
- AddAny - adds any value numbers and writes the sum to a file named addany.txt. Use with command:
DC "ADDANY.EXE NUMBER1 NUMBER2" "TEXT".
- AddSum - increments any value by one and writes the result to a file named addsum.txt. Use with command:
DC "ADDSUM.EXE NUMBER" "TEXT".
- ArcTan - writes arctangent of number to a file named arctan.txt. Use with command:
DC "ARCTAN.EXE NUMBER" "TEXT".
- CoSum - writes cosine of a number to a file named cosum.txt. Use with command:
DC "COSUM.EXE NUMBER" "TEXT".
- Days - writes the number between two dates to a file named "daysb.txt". Use with command:
DC "DAYS.EXE M D YY M D YY" "TEXT".
- DivAny - divides any value numbers and writes the result to a file named divany.txt. Use with command:
DC "DIVANY.EXE LARGERNUMBER SMALLERNUMBER" "TEXT".
- ExpoSum - writes exponent of number to a file named exposum.txt. Use with command:
DC "EXPOSUM.EXE NUMBER" "TEXT".
- LogSum - writes logarithm of number to a file named logsum.txt. Use with command:
DC "LOGSUM.EXE NUMBER" "TEXT".
- MinuSum - decrements any value by one and writes the result to a file named minusum.txt. Use with command:
DC "MINUSUM.EXE NUMBER" "TEXT".
- MultAny - multiplies any value numbers and writes the result to a file named multany.txt. Use with command:
DC "SUBANY.EXE NUMBER1 NUMBER2" "TEXT".
- Round - rounds off a decimal and writes the result to a file named round.txt. Use with command:
DC "ROUND.EXE NUMBER" "TEXT".
- SineSum - writes sine of number to a file named sine.txt. Use with command:
DC "SINESUM.EXE NUMBER" "TEXT".
- SqrSum - writes square root of number to a file named sqrsum.txt. Use with command:
DC "SQRSUM.EXE NUMBER" "TEXT".
- SubAny - subtracts any value numbers and writes the result to a file named subany.txt. Use with command:
DC "SUBANY.EXE LARGERNUMBER SMALLERNUMBER" "TEXT".
- TanSum - writes tangent of number to a file named tansum.txt. Use with command:
DC "TANSUM.EXE NUMBER" "TEXT".