misc/SWAPTEST.PAS

221 B 6445ed7d7a820984…
program swaptest;
        uses crt,dos,swapunit;
 begin
 UseEmsIfAvailable := true;
 If InitExecSwap(HeapPtr,'C:\UTILS\SWAP.$$$') then
  begin
  ExecWithSwap(GetEnv('COMSPEC'),'');
  ShutDownExecSwap
  end;
 end.