Hi, all i've wrote a script that makes shift+n create a new folder but now that i have compiled it it won unpause.
I've tried clicking it in the taskbar and i cant unpause it here is my code.
;Set hot key to winkey and n and call new folder function
Local $folder = "\New Folder"
;infinite loop
;new folder function
;check to see if explorer is active window.
Local $initdirpath = $dir & $folder
Local $a2 = "(" & $a1 & ")"
$folder = "\New Folder" & $a2
$dirpath = $dir & $folder
$dirpath = $dir & "\New Folder"
Im not quite sure what to do and dont know why it wont let me unpause.