ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Script goes well in windows 7 but not in windows 8.1 or 10

(1/4) > >>

Contro:
I don't know why. Goes well under xp or 7, but not in windows 8.1 or ten.
Can you modify to go running ?
Best Regards  :P
The script creates one or several empty folders selecting from a list.

At the present moment I can't execute this.
I think I am an administrator in the system. My system now is windows 8.1.


--- ---#SingleInstance Force

; #if winactive("ahk_class CabinetWClass") pruebo con la alternativa de más abajo
#ifWinActive ahk_class CabinetWClass
{
  #z::
  Gui, Destroy
  WinGet, WinID, ID, A
  Gui, +LastFound
  HWND := WinExist()
  ControlGetText, DesPath, Edit1, ahk_id %WinID%
   Gui, Add, ListView, r10 NoSort vChosenName h300 w400, Folder Name
     For A,B in {1:"Prg1",2:"Prg2", 3:"Prg3", 4:"Prg4", 5:"Prg5", 6:"%yyyy%", 7:"%MMyyyy%", 8:"Ver.hh.mm", 9:"password", 10:"Avira", 11:"Folder11", 12:"Es un juego", 13:"MACApple", 14:"pago", 15:"portable",16:"Nofunc", 17:"Nuevo",18:"Script",19:"Autohotkey", 20:"trial", 21:"Folder21",22:"INFO", 23:"Foros", 24:"Videos",25:"Formación",26:"Android", 27:"Windows", 28:"Consulta"}
    LV_Add("",B)
    Gui, Add, Button, gChoose, Submit
   Gui, Show, h340 w420, Choose Folder Name
  Return
}

Choose:
ControlGet, List, List, Selected, SysListView321, ahk_id %HWND%
Gui, Destroy
Loop, Parse, List, `n
{
   If !FileExist(DesPath "\" A_LoopField)
      FileCreateDir, %DesPath%\%A_LoopField%
}
Return

mwb1100:
You might want to post a few words about what the script is supposed to do and what goes wrong.

Contro:
The script creates one or several empty folders selecting from a list.

At the present moment I can't execute this.

Shades:
insufficient user rights? Inside the folder where kalos tries to create the new empty subfolders, I mean. That seems to me the first thing to be looked at. Windows 10 is more strict about that kind of thing than Windows 7 is.

Contro:
Script goes well in windows 7 but not in windows 8.1 or 10insufficient user rights? Inside the folder where kalos tries to create the new empty subfolders, I mean. That seems to me the first thing to be looked at. Windows 10 is more strict about that kind of thing than Windows 7 is.
-Shades (August 06, 2018, 06:21 AM)
--- End quote ---
Really i am preocupied because seems to be nothing to modify in the script.
I have execute the script with the right click option "execute as administrator" but not result.
I am the only user and I think I am the administrator too.
How can I test my configuration to assume i am administrator ? In user accounts I am an administrator



Navigation

[0] Message Index

[#] Next page

Go to full version