source: mlx_cef_caller.bat@ 682:08e73d58a9e4

cef
Last change on this file since 682:08e73d58a9e4 was 682:08e73d58a9e4, checked in by István Váradi <ivaradi@…>, 9 years ago

CEF is now started from Selenium

  • Property exe set to *
File size: 142 bytes
Line 
1#!/bin/sh
2
3SET scriptdir=%~dp0
4scriptdir=`dirname $0`
5
6echo %* > %TEMP%\mlxcef.args.tmp
7move %TEMP%\mlxcef.args.tmp %TEMP%\mlxcef.args
Note: See TracBrowser for help on using the repository browser.