Batch file or script


Recommended Posts

I am hoping someone could build me a simple batch file that will 1st start and connect a VPN and then start qbitorrent so I wont forget one without the other? Any help would be greatly appreciated. THX so much.

Link to comment
Share on other sites

I figured out most of it but i cant get the vpn to connect once it is started. Here is what I have:

 

@echo

cd "C:\program files\AVAST Software\Secureline vpn"

Start vpn.exe

timeout 20

cd "C:\program files\qbittorrent"

Start qbittorrent.exe

exit

 

 

I need a thing called a switch, I believe, that needs to be added called connect but I am not sure of the correct syntax.

Edited by Bruinator
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.