-
Notifications
You must be signed in to change notification settings - Fork 19
Shortcut command errors. #15
Open
Description
Interpret(F6):
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Users\某用户> cd ":\某用户\Desktop"
cd : パス 'C:\Users\某用户\:\某用户\Desktop' が存在しないため検出できません。
発生場所 行:1 文字:1
+ cd ":\某用户\Desktop"
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\某用户\:\某用户\Desktop:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS C:\Users\某用户> D:/某用户/Links/Shortcuts/Red.exe --cli d:\某用户\Desktop\test.red
Compile(F7):
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Users\某用户> cd "d:\某用户\Desktop"
PS D:\某用户\Desktop> D:/某用户/Links/Shortcuts/Red.exe -c d:\某用户\Desktop\test.red
Cannot access source file: d:\菴ウ螳ク\Desktop\test.red