Skip to content

External Program Execution #2764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
g-pearl opened this issue Jun 12, 2020 · 2 comments
Closed

External Program Execution #2764

g-pearl opened this issue Jun 12, 2020 · 2 comments
Labels
Resolution-Duplicate Will close automatically.

Comments

@g-pearl
Copy link

g-pearl commented Jun 12, 2020

System Details

System Details Output


- Operating system name and version Windows 10 Enterprise 1909 Build 19363.836

### VSCode version: 1.45.1 5763d909d5f12fe19f215cbfdd29a91c0fa9208a x64

### VSCode extensions:
[email protected]
[email protected]


### PSES version:

### PowerShell version:

Name                           Value
----                           -----
PSVersion                      5.1.18362.752
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.18362.752
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

I am experiencing a problem with running an external program
$times = (&"D:\exiftool-11.99\exiftool.exe" $filepath -csv -q | ConvertFrom-Csv).duration

Expected Behaviour

-- Description of what should be happening --
This should provide me the duration of all the video files in the specific path. This works without any issue in the ISE on the same machine

Actual Behaviour

-- Description of what actually happens --
When this line is run it never proceeds. The program does not run and results are not provided.
I have tried breaking in down to smaller steps and that runs inconsistently.

Attached Logs

Follow the instructions in the troubleshooting docs
about capturing and sending logs.

@ghost ghost added the Needs: Triage Maintainer attention needed! label Jun 12, 2020
@rjmholt
Copy link
Contributor

rjmholt commented Jun 12, 2020

This is a duplicate of #2559

@rjmholt rjmholt added Resolution-Duplicate Will close automatically. and removed Needs: Triage Maintainer attention needed! labels Jun 12, 2020
@ghost
Copy link

ghost commented Jun 13, 2020

This issue has been marked as duplicate and has not had any activity for 1 day. It has been closed for housekeeping purposes.

@ghost ghost closed this as completed Jun 13, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate Will close automatically.
Projects
None yet
Development

No branches or pull requests

2 participants