{NeoBook Function}
Version=5,60
Language=NeoBook
Comment=Por josevdr95  (neo_tmp)|----------------------------------------|Crea archivos temporales|-----------------------------------------
{End}
:Random
Random "10" "[c1]"
Random "10" "[c2]"
Random "10" "[c3]"
FileExists "[TempDir]neo_tmp[c1][c2][c3].tmp" "[con_extfiletemp]"
If "[con_extfiletemp]" "=" "true"
GotoLine "Random"
Else
FileWrite "[TempDir]neo_tmp[c1][c2][c3].tmp" "All" ""
SetVar "[ruta_temp_creado]" "[TempDir]neo_tmp[c1][c2][c3].tmp"
EndIf
