topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:20 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?  (Read 8172 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
How can I open with an AHK script the my-pc folder in windows 8.1 ?

When I try to see the path to the My-PC folder or pc-folder or my-pc, etc , I don't see nothing.
Where is that folder ?. It's a real folder ?. How can i go to that folder with a script ?

Where is it ?

Best Regards
« Last Edit: September 25, 2017, 02:35 PM by Contro »

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: How can I open with an AHK script the my-pc folder in windows 8.1 ?
« Reply #1 on: September 25, 2017, 12:39 PM »
Not sure what you are asking exactly but if you trying a AHK script and want to do something inside the current directory try

%A_WorkingDir%

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: How can I open with an AHK script the my-pc folder in windows 8.1 ?
« Reply #2 on: September 25, 2017, 01:04 PM »
Moz2 - 25_09_2017 , 19_03_15.png[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?I only want to open the folder My Computer or the folder My PC ,
with the windows version have had differents names.

 :-*

I have located a lot of options of windows command in the execute window , but I don't know how to use with AHK


Best RegardsMoz2 - 25_09_2017 , 18_02_02.png[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?Moz2 - 25_09_2017 , 18_02_02.png[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: How can I open with an AHK script the my-pc folder in windows 8.1 ?
« Reply #3 on: September 25, 2017, 01:39 PM »
Try

Run,explorer /root`,`,`:`:{20D04FE0-3AEA-1069-A2D8-08002B30309D}

in your AHK script

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: How can I open with an AHK script the my-pc folder in windows 8.1 ?
« Reply #4 on: September 25, 2017, 02:35 PM »
Try

Run,explorer /root`,`,`:`:{20D04FE0-3AEA-1069-A2D8-08002B30309D}

in your AHK script
Is simply wonderful.

Nice work !!!!!!!

 :tellme: