setenv.cmd

来自「TUXEDO例子」· CMD 代码 · 共 19 行

CMD
19
字号
rem	(c) 2003 BEA Systems, Inc. All Rights Reserved.rem     Copyright (c) 2000 BEA Systems, Inc.rem       All Rights Reservedrem     THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OFrem     BEA Systems, Inc.rem     The copyright notice above does not evidence anyrem     actual or intended publication of such source code.rem     Copyright (c) 2000 BEA Systems, Inc.rem     All rights reservedrem     ident	"@(#) apps/simpapp/setenv.cmd	$Revision: 1.5 $"      set TUXDIR=C:\bea\tuxedo8.1\set WSNADDR=<address of the server; only if this is a workstation client>set APPDIR=C:\bea\tuxedo8.1\samples\atmi\simpappset PATH=%TUXDIR%\bin;%APPDIR%;%PATH%set TUXCONFIG=%APPDIR%\tuxconfig

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?