Skip to content
Snippets Groups Projects
Commit dabfe9ee authored by Conrad Zelck's avatar Conrad Zelck
Browse files

deleted a test


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 8eccc307
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,6 @@
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <TrayCox.au3>
#cs ; ######################################## TESTEN
If @UserName "vpn" Then
#RequireAdmin
EndIf
#ce ; ######################################## TESTEN
If ProcessExists("ViDur.exe") > 0 Then Exit MsgBox($MB_TOPMOST, "Achtung", "ViDur muss erst beendet werden.")
FileChangeDir(@DesktopDir) ; setzt WorkingDir auf Desktop, wo der Link immer liegen soll
Local $sViDurLinkAll = FileFindFirstFile("vidur*.lnk")
......@@ -109,4 +103,4 @@ Func _StringCompareVersions($s_Version1, $s_Version2 = "0.0.0.0") ; Return Value
If $i_Result <> 0 Then ExitLoop
Next
Return $i_Result
EndFunc ;==>_StringCompareVersions
\ No newline at end of file
EndFunc ;==>_StringCompareVersions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment