Jump to content

Sorcier062

Members
  • Posts

    4
  • Joined

  • Last visited

Sorcier062's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Wonderful Melba23 Thanks you for your help, it's ok now and sorry for don't use your script, i try it on a new apps ... Many thanks for your link, i'm a beginner ... Christophe
  2. I try the script and it work correctly but i don't know how to set attribute (Hidden) with the Array : #include<Array.au3> #include"_FileListToArrayEx.au3" $ar_Array = _FileListToArrayEx("c:", "Microsoft Office Excel 2003.lnk", 1, 2) ;_ArrayDisplay($ar_Array, "Liste fichier") ; Ceci est facultatif, c'est juste pour afficher la liste des fichiers. _ArrayDisplay($ar_Array,"Liste fichier") ; Ceci est facultatif, c'est juste pour afficher la liste des fichiers. ;~ MsgBox(1,"Test", $ar_Array) FileSetAttrib($ar_Array, "+H", 1)
  3. Many thanks Melba23, i tried this and let me know informed ... Christophe
  4. Hello everyone, I used AutoIt and would like to create a script for Customize the Quick Launch shortcut : I search a script for search a file with the full path ex file : Microsoft Office Excel 2003.lnk and put on the file the attributes Hidden Do you have an idea ? Many thanks for your help Christophe
×
×
  • Create New...