跳至内容
人工大脑
好记性不如烂 Wiki
用户工具
登录
站点工具
搜索
工具
显示页面
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
cd-to-current-directory
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 脚本中切换到脚本当前目录 ====== <code bat> cd /D "%~dp0" </code> <code powershell> $scriptpath = $MyInvocation.MyCommand.Path $dir = Split-Path $scriptpath cd $dir </code> <code bash> cd "$(dirname "${BASH_SOURCE[0]}")" </code> {{tag>cmd bat powershell bash}}
cd-to-current-directory.txt
· 最后更改: 2022-01-29 07:49:47 由
三三
页面工具
显示页面
反向链接
回到顶部