代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/432630/8586001
pro chapter04testsearchpath.pro
; Chapter04TestSearchPath.pro
PRO Chapter04TestSearchPath
MyPath = 'D:\IDL\JTIDL60'
MyExist = STRPOS( !Path, MyPath)
IF MyExist NE -1 THEN BEGIN
PRINT, '目录在搜索路径中!'
PRINT, !PA
www.eeworm.com/read/288833/8603304
bat test.bat
@ECHO OFF
SET TMPPATH=%PATH%
SET PATH=d:\c166\bin;%PATH%
c:
cd c:\software\ucos-ii\c167\tasking\ede
if "%1"=="build" goto build
if "%1"=="rebuild" goto rebuild
ftee mk32 %1 -a -r -f tes
www.eeworm.com/read/288820/8604905
txt transfer-api.txt
Bluetooth transfer service API description
******************************************
Copyright (C) 2006-2007 Marcel Holtmann
Manager hierarchy
=================
Service or
www.eeworm.com/read/388456/8608400
bat msvc16.bat
@echo off
if "%1"=="on" goto on
if "%1"=="off" goto off
echo error, wrong parameters: msvc16 on|off
goto ende
rem ********
:on
if not %_MSVC16%@==@ goto ende
set TOOLROOTDIR=D:\MSVC16
set
www.eeworm.com/read/187682/8609593
c utilops.c
/*
* GQview
* (C) 2004 John Ellis
*
* Author: John Ellis
*
* This software is released under the GNU General Public License (GNU GPL).
* Please read the included file COPYING for more informati