#!/usr/bin/env perl #use 5.36.1; use strict; use warnings; my $Software_Path = "C:/Program Files/qBittorrent/qbittorrent.exe"; my $Wait_Time = 10; # Implement Time Delay system qq[taskkill /im qbittorrent.exe]; sleep int(rand($Wait_Time)); system qq[$Software_Path]; exit