home *** CD-ROM | disk | FTP | other *** search
- #
- #Copyright (C)1996 Military Simulations Inc.
- #*********************Command Summary***************************************
- #---------------------===============---------------------------------------
- #
- #batch : -generates the batch file to run the game.
- #
- #copy : -copies single files from the cd to the path specified by the user
- # see mkdir. Eg copy bin\bmps\manic.bmp bin\bmps\manic.bmp copies
- # manic.bmp from the cd to the hd. The directories must exist.
- #
- #directory: sets subdir plus files to Read. See subdir and TCOPY as well.
- # eg directory bmps\*.bmp sets the next tcopy to read *.bmp in
- # cd:\bmps
- #
- #fade_down: not yet implemented.
- #
- #fade_up : not yet implemented.
- #
- #get_picture: loads picture specified from cd:\insdata and fades it in.
- #
- #gosub : does gosub to @label which can be anywhere in the script,
- # but must be on a line by itself, and begin with @.
- #goto : see gosub, but a direct jump to label.
- #
- #mkdir x y alpha omega:
- # invokes editor, and gets user to specify dest path. *MUST* be
- # called before any copy commands. x y are coords from top left
- # of where dialog box should be placed.
- # alpha is min disk size in K if swap file needed.
- # omega is min disk size in K if swap file NOT needed
- #
- #palette_set: not yet implemented, as get_screen does it automagically.
- #
- #pause : pause in milliseconds.
- #
- #pen : not yet implemented.
- #
- #return : returns to instruction after last gosub. Note gosub's and
- # hence returns can be nested.
- #
- #set_file_count x: x should equal number of file ops where a fileop is
- # either a copy or a tcopy.
- #
- #show_picture :not yet implemented.
- #
- #status_panel [x y]|[off]: Shows status panel at x y or removes it. In
- # order for loading bar this must be displayed.
- #
- #subdir : makes subdirectories on destination. Call after Mkdir. Must Call
- # before tcopy, as dest subdir must exist.
- #
- #tcopy : copies the wildcarded files from the last directory command to
- # the last subdir command.
- #****************************************************************************
- get_picture title_1.bmp
- mkdir 160 300 105000 105000
- demosfx
- Batch
-
- @end
-
-