AutoHotkey Community

It is currently May 24th, 2012, 10:07 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: April 10th, 2007, 8:01 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
My Zen Vision:M mp3 player when connected to WindowsXP has a path of

My Computer\My Zen\Storage Media\Video

When I try to use FileCopy to this path, nothing happens.

Anyone know how I can copy to this path?

_________________
Zak M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 9:45 pm 
Code:
FileCopy, C:\*.mp4, "My Computer\My Zen\Storage Media\Video\*.mp4"
Not tested.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 9:52 pm 
Quote:
My Computer
? That's not really the root (path)!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 10:22 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
BoBo wrote:
Quote:
My Computer
? That's not really the root (path)!


Yep, that is the path in WinXP.

_________________
Zak M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 10:27 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
BoBo wrote:
Code:
FileCopy, C:\*.mp4, "My Computer\My Zen\Storage Media\Video\*.mp4"
Not tested.


Didn't work :(

_________________
Zak M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 10:30 pm 
Offline

Joined: May 28th, 2006, 1:00 pm
Posts: 31
scriptmonkey wrote:
BoBo wrote:
Quote:
My Computer
? That's not really the root (path)!


Yep, that is the path in WinXP.


BoBo should be correct. Right Click on the My Zen folder and look at the properties location path.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 10:31 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
That's just a virtual path, you need to find the real one. It should be in the programs settings.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2007, 10:55 pm 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
Titan wrote:
That's just a virtual path, you need to find the real one. It should be in the programs settings.


Program settings? I am accessing the drive from Windows Explorer.

Image

Image

Image

When I right-click->Properties, I get this

Image

_________________
Zak M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 1:49 am 
Offline

Joined: September 2nd, 2006, 6:39 am
Posts: 279
Location: Scotland
fileselectfolder and see whats in the outputvar?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 3:35 am 
Offline

Joined: May 19th, 2006, 4:56 am
Posts: 166
jps wrote:
fileselectfolder and see whats in the outputvar?


Thanks. I tried this with the sample script in the help file.

The result was "You didn't select a folder."

I'm going to have to use VB to write this script.


FileSelectFolder, OutputVar, , 3
if OutputVar =
MsgBox, You didn't select a folder.
else
MsgBox, You selected folder "%OutputVar%".

_________________
Zak M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 8:14 am 
You should be able to assign/map a drive letter to a device.
Quote:
A Shortcut To Resources. You can map a drive letter to any shared resource on a network, including floppy drives, Zip drives, and CD-ROM drives. Mapping makes accessing the resource faster and easier from the WinXP interface, the command prompt, or a software application because a single letter, followed by a colon, replaces the actual path to the resource. Mapping is especially useful with older, 16-bit applications that don't support long file names or paths containing spaces.
[More..] Hope that helps. 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 8:34 am 
AHK + [net use] and/or PUSHD ?


Report this post
Top
  
Reply with quote  
PostPosted: April 11th, 2007, 8:35 am 
Offline

Joined: February 12th, 2007, 7:54 am
Posts: 2462
scriptmonkey wrote:
My Computer\My Zen\Storage Media\Video

You may try this:

Code:
"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\My Zen\Storage Media\Video"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 8:47 am 
@ Sean
would you mind to give a quick/little decription on the syntax you've provided here? A HWID?? Where, how to get it? Is it unique? Per session?? ???


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2007, 8:51 am 
OK. It's the CLSID (ClassIDentifier) :)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, Cephei1 and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group