|
新建一个xx.bat,编辑写入如下内容。* P$ `$ C' G1 S+ Z
@Echo off. K9 N- y. F) s% V/ ?5 @. m% T
REM MGC_PATH should point at the Mentor install directory on the machine that is running ADS; Y3 W) ~ p! [, C9 {( W
set MGC_PATH="C:\MentorGraphics\EEVX.2"4 z$ K7 N( F8 n( s! @+ u
REM ADS_EXE should point to the ADS executable. Use the -64bit or -32bit flag as needed.8 G8 Z+ m3 x$ D# x3 J, a0 u0 _
set ADS_EXE=" C:\Progra~1\Keysight\ADS2015_01\bin\ads.exe -64"
& X, o3 I4 y0 w/ J" ^0 D@echo on( i! J' a, a+ p
%MGC_PATH%\SDD_HOME\common\win64\bin\mglaunch.exe %ADS_EXE%
! n# @, C- y4 Q0 n7 j. UREM Pause$ m8 Y5 p9 b" B* T0 l
Exit
! f& o! h/ V' D; s& H8 h5 c; D9 S3 E4 C X- E& L2 X: [6 x$ u
运行xx.bat即可 |
|