Add text files to VB 2005 Express app

  • Thread starter Thread starter Looch
  • Start date Start date
L

Looch

Hi All,

I've written a small app in VB 2005 Express that reads from a text
file and calls a batch file at different times. My question is, how do
I add those files to my project so that when I create the executable
(publish) that installs this app those files (text, batch) are also
installed?

Thanks for any help.
 
Looch,

Add a setup project to your program

Then add the files you need using Add Files instead of your primary output &
you'll be fine.
 
Back
Top