!=========================================================
! For complete descriptions see ==
! FUNDAMENTALS User Guide. ==
!=========================================================
11. 打开Excel的*.bat文件内容如下:(新建 Notepad or Wordpad 文件, 然后将扩展名改为 bat)
@echo off
REM Start Microsoft Excel Beam Calculations
set C:\Program Files\Microsoft Office\Office
start excel.exe %D:\Documents\beamcalc.xls
exit
10. 打开IE的*.bat文件内容如下:(新建 Notepad 或 Wordpad 文件, 然后将扩展名改为 bat)
@echo off
REM Start Pro/E Central in IE
set C:\Program Files\Internet Explorer
start iexplore.exe %www.sohu.com
exit