Jump to content

Recommended Posts

Posted

HI :)

I am looking for a script that could do this.

If Account User name is Outbreaker if yes go to command blabla1 if no go to command blabla2.

Is this possible to do if yes how. :unsure:


Posted
if "%username%"=="user1" goto :user1
if "%username%"=="user2" goto :user2
rem repeat as needed for each user
goto EOF

:user1
rem do what you need
goto EOF

:user2
rem do what you need
goto eof

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.
×
×
  • Create New...