Hiding .asd files in Windows XP, a solution that works...

Share your favorite Ableton Live tips, tricks, and techniques.
Post Reply
atarius
Posts: 3
Joined: Thu Jul 13, 2006 12:56 pm
Location: Adelaide, Australia

Hiding .asd files in Windows XP, a solution that works...

Post by atarius » Thu Aug 28, 2008 1:50 am

I know from the numerous posts on this subject that I am not the only person frustrated by having .asd files showing up amongst .wav files in Windows folders. The following method is the best fix I know of (so far) to still Have Live create the files, but hide them from Windows folder view.


I have tested this method on my machine only, running Windows XP Pro but will assume it works on previous builds until I hear otherwise

The first thing you will need to do is to create a .bat file,
right click on the desktop and select "new",
then "text document"
double click on it and copy the following line only, and paste it in

attrib +r +s +h c:\*.asd /s /d

then click "file", then "save as" and name the file something like "hideasd.bat"

I have presumed in this instance that c:\ is the drive in which you wish to hide the files on, if you have multiple drives just make another file and replace the "c:\" in the line of code with "d:\" or whatever drive letter you have assigned

then close notepad
you should now see a newly created .bat file on your desktop
double click the file
you will then see the Windows Dos window pop up (this will stay open for a minute or so then close)
the .asd files should now be hidden,
if you wish to view them again in the future, just create another .bat file and replace the "+" with "-"

I hope this helps some of you guys out.















http://www.facebook.com/pages/Randy-Whiteman/9325738590

Grappadura
Posts: 2122
Joined: Tue Aug 07, 2007 9:57 pm

Post by Grappadura » Thu Aug 28, 2008 8:42 am

Coooool, thx man!

longjohns
Posts: 9088
Joined: Mon Dec 22, 2003 3:42 pm
Location: seattle

Post by longjohns » Fri Aug 29, 2008 1:07 am

good tip

it seems like there should be a way to set the .asd file type to SuperHidden (or whatever it's called) so that it will be treated as a system file

but I've never been able to figure it out.

clipless
Posts: 71
Joined: Sat Sep 23, 2006 6:26 pm
Location: Costa Rica

Post by clipless » Fri Aug 29, 2008 10:30 pm

nice tip, thanks a lot, man!

sawanotsuru_
Posts: 19
Joined: Thu Aug 27, 2009 11:27 pm

Re: Hiding .asd files in Windows XP, a solution that works...

Post by sawanotsuru_ » Sat Aug 29, 2009 10:24 pm

you'd think it would be easy to auto hide specific file types in windows...

thanks for the tip, though!

Hermanus
Posts: 1659
Joined: Mon Apr 20, 2009 7:47 pm
Location: Belgium

Re: Hiding .asd files in Windows XP, a solution that works...

Post by Hermanus » Sat Aug 29, 2009 10:33 pm

.bat file power :twisted:
Thanks for sharing this smart tip.

Take care, now we could call you the .BATman :lol:

Ok I get out after this awful joke -->[_]

theophilus
Posts: 531
Joined: Fri Mar 06, 2009 3:54 pm

Re: Hiding .asd files in Windows XP, a solution that works...

Post by theophilus » Fri Sep 04, 2009 8:27 pm

There's another way that is a little more automatic... sort by file type. Then you still see the asd files, but they're grouped together, and your wave files are grouped together, so you can ignore them easier.

pinoybboy2004
Posts: 10
Joined: Sat Feb 27, 2010 7:40 am

Re: Hiding .asd files in Windows XP, a solution that works...

Post by pinoybboy2004 » Mon May 24, 2010 5:32 am

Thanks for sharing this! Those asd files were really pesky to me!

pinoybboy2004
Posts: 10
Joined: Sat Feb 27, 2010 7:40 am

Re: Hiding .asd files in Windows XP, a solution that works...

Post by pinoybboy2004 » Mon May 24, 2010 5:41 am

Question...changed the asd files to block them but now I cannot save my files because I am getting an error "Cannot be opened for writing because it is write-protected."

pinoybboy2004
Posts: 10
Joined: Sat Feb 27, 2010 7:40 am

Re: Hiding .asd files in Windows XP, a solution that works...

Post by pinoybboy2004 » Mon May 24, 2010 5:49 am

Question...changed the asd files to block them but now I cannot save my files because I am getting an error "Cannot be opened for writing because it is write-protected."

pinoybboy2004
Posts: 10
Joined: Sat Feb 27, 2010 7:40 am

Re: Hiding .asd files in Windows XP, a solution that works...

Post by pinoybboy2004 » Mon May 24, 2010 6:23 am

It's probably because I am running my songs off of an external hard drive that they are getting this write protection error.

theophilus
Posts: 531
Joined: Fri Mar 06, 2009 3:54 pm

Re: Hiding .asd files in Windows XP, a solution that works...

Post by theophilus » Mon May 24, 2010 1:06 pm

it's because the original batch files said attrib +r +s +h - that sets them to read-only, system, hidden.
You really only want the +h.
To get yours back to writeable status... click on the folder, properties, see the 'read-only', uncheck it,
say to apply to all files and subfolders too.

or re-run the attrib command with a -r (only -r).
if you haven't, you can just do attrib +h *.asd and that will just hide them without marking them read-only.

DaWrecked1
Posts: 10
Joined: Mon Jun 09, 2014 6:35 am

Re: Hiding .asd files in Windows XP, a solution that works...

Post by DaWrecked1 » Sun Jun 19, 2016 8:02 am

great work man!! Really appreciate this! Can confirm this works perfectly in Windows 7

Post Reply