(.exe) Versions Check per Skript
Hallo miteinander!
Kann mir jemand sagen warum mein Skript nicht funktioniert?
$alte=filegetversion("C:\Users/kes/Desktop/Version/pdf353std.exe")
$neue=filegetversion("C:\Users/kes/Desktop/Version/pdf464std.exe")
MsgBox(64, "Alte Version:", $alte)
MsgBox(64, "Neue Version:", $neue)
if $alte<$neue then
filecopy("C:\Users/kes/Desktop/Version/pdf353std.exe","C:\Users/kes/Desktop/BAK/altebak.exe")
Endif
filedelete("C:\Users/kes/Desktop/Version/pdf353std.exe")
Würde das ganze auch einfach per Batch gehen? wenn ja wie?
Danke für eure Hilfe!
Kann mir jemand sagen warum mein Skript nicht funktioniert?
$alte=filegetversion("C:\Users/kes/Desktop/Version/pdf353std.exe")
$neue=filegetversion("C:\Users/kes/Desktop/Version/pdf464std.exe")
MsgBox(64, "Alte Version:", $alte)
MsgBox(64, "Neue Version:", $neue)
if $alte<$neue then
filecopy("C:\Users/kes/Desktop/Version/pdf353std.exe","C:\Users/kes/Desktop/BAK/altebak.exe")
Endif
filedelete("C:\Users/kes/Desktop/Version/pdf353std.exe")
Würde das ganze auch einfach per Batch gehen? wenn ja wie?
Danke für eure Hilfe!
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 186976
Url: https://administrator.de/contentid/186976
Ausgedruckt am: 05.11.2024 um 02:11 Uhr
3 Kommentare
Neuester Kommentar
Hallo NeoCrown,
ich denke mal der Link wird dir weiter helfen.
Das Script hab ich gerade getestet und es hat wunderbar funktioniert.
Müsstest du nur auf deine Wünsche anpassen.
MfG Medusaman
ich denke mal der Link wird dir weiter helfen.
Das Script hab ich gerade getestet und es hat wunderbar funktioniert.
Müsstest du nur auf deine Wünsche anpassen.
MfG Medusaman