home *** CD-ROM | disk | FTP | other *** search
- unit ExecAccess;
-
- {$I OPDEFINE.INC}
-
- {NOTE: This unit is taken from the OPro manual, vol. 3 pg 10-33. Provided
- with permission.}
-
- interface
-
- uses
- DOS;
-
- var
- ExecDosSwap : function(Command : String; UseSecond : Boolean;
- EDP : Pointer; SwapFName : PathStr) : Integer;
-
- implementation
-
- {$IFDEF InitAllUnits}
- begin
- {$ENDIF}
- end.