.key FILE,POS/K,PUBSCREEN/K,HELP/S
.bra {
.ket }

IF "{HELP}" EQ "HELP"

	ECHO "[33m[1mSmaX-Diz  ©1995 by SmaX! Who else...?[0m"
	ECHO ""
	ECHO "Needs a [1mFILE[0m to scan for DIZ."
	ECHO "[1mPOS[0m stands for the position where the DIZ will show up.This may be:"
	ECHO " [2mCENTERSCR[0m  - centers on the screen"
	ECHO " [2mTOPLEFTSCR[0m - pops up on the top-left corner"
	ECHO " [2mCENTERWIN[0m  - pops up on the center of the window"
	ECHO " [2mTOPLEFTWIN[0m - pops up on the top-left corner of window"
	ECHO " [2mPOINTER[0m    - pops up under the mouse-pointer"
	ECHO "[1mPUBSCREEN[0m is the pubscreen you want to show the DIZ on"
	ECHO "[1mHELP/S[0m....well, you are using it ;-)"

ELSE

    SNATCHDIZ >NIL: {FILE} KEEPDIZ SUPPRESS
    ADVICE "FILE_ID.DIZ of {FILE}" T:FILE_ID.DIZ BUTTONTEXT "_Ok" POSITION {POS} PUBSCREEN {PUBSCREEN}

ENDIF
QUIT

