Author Topic: Shell Command for Opening Specific Directory?  (Read 3126 times)

Wildcard

  • Guest
Shell Command for Opening Specific Directory?
« on: August 05, 2018, 02:39:36 PM »
Hello everyone,

Avid user and Semi Guru with VA, but Im having an issue;

I would like to be able to use VA to open a specific File Folder for viewing and bring it to the forefront.

Any tips or idea's?

Ive been scouring some old shell commands but I dont see and command to open a dir

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: Shell Command for Opening Specific Directory?
« Reply #1 on: August 05, 2018, 03:16:50 PM »
If you input the path to the folder, it'll open in explorer. The file picker won't let you pick a folder, but you can either pick a file in the target folder and delete the file and extension off the end, or paste the path without using the picker.

Wildcard

  • Guest
Re: Shell Command for Opening Specific Directory?
« Reply #2 on: August 05, 2018, 04:02:51 PM »
Can you show an example please?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: Shell Command for Opening Specific Directory?
« Reply #3 on: August 05, 2018, 04:41:40 PM »
Code: [Select]
Run application 'C:\Windows\'
Just like you'd open anything with the assigned default application.

Wildcard

  • Guest
Re: Shell Command for Opening Specific Directory?
« Reply #4 on: August 05, 2018, 06:14:28 PM »
Worked; Thank You