# Auomation

**URL:** https://forums.powershell.org/t/auomation/11254
**Category:** PowerShell Help
**Created:** [September 4, 2018, 5:50am UTC](https://forums.powershell.org/t/auomation/11254 "2018-09-04T05:50:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![majd](https://avatars.discourse-cdn.com/v4/letter/m/a88e57/32.png) [@majd](https://forums.powershell.org/u/majd)
#### Post date: [September 4, 2018, 5:50am UTC](https://forums.powershell.org/t/auomation/11254/1 "2018-09-04T05:50:23Z")

</div>

I work with CityEngine program and i want Import Projects to work space with out pressing the following:

File —\> import —\> Existing project into workspace —\> Browse —\> finish

is this possible in command line or PowerShell.

Thanks alot.

---

<div class="post-metadata">

### Author: ![kvprasoon](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/kvprasoon/32/4449_2.png) [@kvprasoon](https://forums.powershell.org/u/kvprasoon)
#### Post date: [September 4, 2018, 7:24am UTC](https://forums.powershell.org/t/auomation/11254/2 "2018-09-04T07:24:42Z")

</div>

What file ?  
What project ?  
Where to import ?

I am not able to understand with the current information provided, please update the question with the above details for us to understand.

---

<div class="post-metadata">

### Author: ![ta11ow](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/ta11ow/32/131_2.png) [@ta11ow](https://forums.powershell.org/u/ta11ow)
#### Post date: [September 4, 2018, 8:06am UTC](https://forums.powershell.org/t/auomation/11254/3 "2018-09-04T08:06:28Z")

</div>

If by any slim chance you’re talking about VS Code you can literally just do this to open any given folder as a workspace in VS Code:

```
& code $FolderPath
```

---

<div class="post-metadata">

### Author: ![dotnVo](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dotnVo](https://forums.powershell.org/u/dotnVo)
#### Post date: [May 16, 2024, 8:34pm UTC](https://forums.powershell.org/t/auomation/11254/4 "2024-05-16T20:34:26Z")

</div>


