📜  powershell 使用默认程序打开文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:42.816000             🧑  作者: Mango

代码示例1
# Open a file using the default program
PS C:\> Invoke-Item foo.pdf
# Shortcut
PS C:\> ii foo.pdf
# Open File Explorer in current direcetory
PS C:\> ii .