-mkdir "%USERPROFILE%\\fex"
-cd "%USERPROFILE%\\fex"
-if not exist id (
- echo $url>id
- echo $user>>id
- echo $id>>id
-)
-cd "%USERPROFILE%\\Desktop"
-$ps -command "& { (New-Object Net.WebClient).DownloadFile('$fe','fexit.exe') }"
-\@explorer "%USERPROFILE%\\Desktop"
-\@set /p x="press [ENTER]"
+ mkdir "%USERPROFILE%\\fex"
+ if not exist "$id" (
+ echo $url>"$id"
+ echo $user>>"$id"
+ echo $authid>>"$id"
+ )
+ $ps -command "& { (New-Object Net.WebClient).DownloadFile('$fe','$fx') }"
+ setx PATH "%PATH%;%USERPROFILE%\\Desktop"
+ \@echo.
+ \@set /p x="See fexit on Desktop."