Menu

#1 CMD to launch in XP

closed
nobody
None
5
2007-12-01
2007-11-30
Anonymous
No

In Win XP/2000/2003 and others I run whith this cmd:

--run_ex.cmd--------------------------
@echo off
setlocal
set PATH=%CD%;%PATH%
set CLASSPATH=win32comm.jar;webstart\waba_only.jar;dist\BT747.jar;%CLASSPATH%

java waba.applet.Applet /w 620 /h 620 /scale 1 /bpp 8 BT747
endlocal
--------------------------------------

--run_rxtx.cmd------------------------
@echo off
setlocal
set RXTXPATH=%CD%\rxtx-2.1-7-bins-r2
set RXTXBINS=%RXTXPATH%\Windows\i368-mingw32
set PATH=%RXTXBINS%;%PATH%
set CLASSPATH=%RXTXPATH%\RXTXcomm.jar;webstart\waba_only.jar;dist\BT747_rxtx.jar;%CLASSPATH%

java waba.applet.Applet /w 620 /h 620 /scale 1 /bpp 8 BT747
endlocal
--------------------------------------

Discussion

  • Mario De Weerd

    Mario De Weerd - 2007-12-01

    Logged In: YES
    user_id=149951
    Originator: NO

    Thanks.

    The scripts will be updated in the next release - I will not change the window size though.

     
  • Mario De Weerd

    Mario De Weerd - 2007-12-01
    • status: open --> closed
     

Log in to post a comment.