Skip to content
⌘ NSIS Forum Archive

Hidden files

5 posts

colm#

Hidden files

Is there any way of *not* including hidden files in my distribution?

The command:

File /R "..\myapp\*.*"

includes all of my source control directories at the moment, which is a bit of a pain.
iceman_k#
Read the docs for the File command.
iceman_k#
Use /X to exclude any file patterns you don't want. This can be used to exclude your CVS folders.