Jump to content

Creating Autorun on E507

Rate this topic


camartin87

Recommended Posts

I have an autorun already on my NW-E507 to show the icon and description in Windows. I was wondering if I could add an entry to start MP3 File Manager in the right-click menu (Right-click on the icon for my e507 and see an entry for "Start MP3 File Manager") ?? :unsure: The reason is I am always using MP3FM to transfer podcasts(this name sucks by-the-way) to my walkman as Sonicstage takes too long to load/import/transfer. I've seen something like this before on a forum but I can't remember how. LOL

Thanks for your help guys!

Link to comment
Share on other sites

Welcome to ATRACLife!

I am not sure about the right-click on device method. But you can simply include one additional line to your existing autorun.inf. This will load Mp3 File Manager automatically - whenever you connect the device to your PC. For your convenience:

[autorun]

open=MP3FM\MP3FileManager.exe

icon=xxx.ico

label=xxx

Link to comment
Share on other sites

It seems that it does not work. I plug in my walkman and that's it-nothing happens.

Check and confirm the location of MP3FileManage.exe within your device with the autorun.inf I have outlined above. I may have written the wrong location in my post above. Otherwise, try this instead and see if it works for you:

[autorun]

open=MP3FM\MP3FileManager.exe

icon=MP3FM\MP3FileManager.exe

Link to comment
Share on other sites

Unfortunately, I still can't get Mp3 File Manager to run as it should using the autorun.inf script. I believe the problem is either:

  1. the files in question needs to be in the root directory; or
  2. autorun under Microsoft Windows XP does not support execution of applications under drives of USB type.
Anyone care to help out?
Link to comment
Share on other sites

  • 8 months later...

Hi,

After getting rid of sonicstage, I wanted to do the same thing. I tried running MP3FM through a batch file which would be launched through the autorun.inf, and that got it to launch but MP3FM gives some sort of error at the beginning and the window appears blank. Same with putting a shortcut on your desktop and trying to run it.

Apparently, trying to run it any other way than just double clicking the executable gives this error. Could anyone think of a possible workaround for this issue?

It would be very nice if we could get this program to launch right away when the walkman is plugged in... in the same way that sonicstage does.

Thanks in advance.

Link to comment
Share on other sites

  • 5 months later...

First time poster here after purchasing an e507 as a second mp3 player the other day for chump change (less than $20 at a Sears). I also apologize for the thread necromancy, but this thread was relevant to me, given that I did not want to install SonicStage AT ALL.

imagine is on the right track regarding the batch file, however his batch file had a flaw in it as he himself mentions. Without seeing his batch file I cannot be 100% sure, but I believe his problem might involve trying to invoke the executable in the same manner as the autorun. This does not work, as already noted. The answer to the problem is to utilize the CD (change directory) command within the batch file. Here are my autorun and batch files. I have tried this and I no longer get the error message, although I do have the command prompt window still open, since MP3FileManager.exe is running.

[autorun]
open=MP3FM.bat
icon=MP3FM\MP3FileManager.exe
label=Sony Network Walkman E507
UseAutoPlay=1
@ECHO OFF
ECHO ****************************************************************************
ECHO ****************************************************************************
ECHO ***                                                                      ***
ECHO ***         Once the MP3 File Manager appears, close this window.        ***
ECHO ***                                                                      ***
ECHO ****************************************************************************
ECHO ****************************************************************************
CD MP3FM
MP3FILEMANAGER
EXIT

While this is an old thread, I hope this is of help to people wanting to autorun the player.

Edited by Traveller
Link to comment
Share on other sites

Er... my view seems to have gone all weird, I can't see the replies....?!?

Right, if anyone's answered this before sorry for the dupe, but for one of the easiest solutions you can use Autoplay Repair (http://www-stud.uni-essen.de/~sddabacz/prog.php?id=apr) which will allow you to add to the Autoplay dialog.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...