home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / shareware / autoit-v3-setup.exe / Examples / Helpfile / FileInstall.au3 < prev    next >
Encoding:
Text File  |  2006-06-17  |  197 b   |  4 lines

  1. ; Include a  bitmap found in "C:\test.bmp" with the compiled program and put it in "D:\mydir\test.bmp" when it is run
  2. $b = True
  3. If $b = True Then FileInstall("C:\test.bmp", "D:\mydir\test.bmp")
  4.