I have an mp3 script I've had for a long time.. it's gone through a lot of edits throughout the time since.. well it used to have more to it than it does now (I lost the original version long ago...)

I have a minor issue with the script since I have it set to a specific folder for my music.. which has subfolders.. and sometimes my script opens up on the 'last used folder' instead of the main folder, where I want it to open.

===


alias selectsong {
%File = $dir="Select a Media File" %Music
if (%file == $null) { halt }
else run %File
}


==

That is the part specifically giving me issues.