ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?

(1/1)

Contro:
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

rgdot:
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:
[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 Regards[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?[SOLVED] How can I open with an AHK script the my-pc folder in windows 8.1 ?

rgdot:
Try

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

in your AHK script

Contro:
Try

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

in your AHK script
-rgdot (September 25, 2017, 01:39 PM)
--- End quote ---
Is simply wonderful.

Nice work !!!!!!!

 :tellme:

Navigation

[0] Message Index

Go to full version