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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...