Jump to content

imiddleton

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by imiddleton

  1. ok that is better but I need to see the batch file it connects to stay open in a cmd window as it shows the results of the cmd
  2. no same result after you select say 2 you get the line press 1,2,4 or4 to select your ask or 5 to Exit press enter again and it runs the second batch file thanks
  3. It has been years since I last needed to use a batch file. But I am trying to created a bootable Dos iso image to mount in ilo for flashing Boot from iscsi Intel i350 T2 cards I can now type all the commands in my boot from dos so next I thought I would make it easier with a menu in a batch file that calls the 4 batch files I wrote to process the commands my problem is when I run the file below I have to press enter 2 time so for example I select option 2 press enter nothing happens till I press enter again . I have tried several things as you can see from the syntax below none of them work Any ideas?? ECHO OFF CLS :MENU ECHO. ECHO ............................................... ECHO PRESS 1, 2 ,3 or 4 to select your task, or 5 to EXIT. ECHO ............................................... ECHO. ECHO 1 - Flash Enable Nic 1 ECHO 2 - Flash Enable Nic 2 ECHO 3 - Enable boot from Iscsi Nic 1 ECHO 4 - Enable boot from Iscsi Nic 2 ECHO 5 - Exit ECHO. set /p input="Select number: " SET /P M=Type 1, 2, 3, or 4 then press ENTER: IF %input%==1 GOTO flnic1 IF %input%==2 GOTO flnic2 IF %input%==3 GOTO enbnic1 IF %input%==4 GOTO enbnic2 IF %input%==5 GOTO exit :flnic1 @echo off flnic1.bat pause GOTO MENU :flnic2 start "" flnic2.bat GOTO MENU :enbnic1 CALL enbnic1.bat GOTO MENU :enbnic2 start /wait cmd /k CALL enbnic2.bat GOTO MENU :exit exit
  4. Ok I am running out of ideas on this one got a user that is having issues using a custom mmc. I compared the user group membership with a user that works ok. My problem user is a member of 129 groups and my other user member of 75 groups. By a lot of digging about and testing I find if I remove any 3 groups from one particular OU it works , this OU has 66 groups in it . If I take user out of any other Groups not in this OU it does not work. I found this after a google afternoon Well, there is a known issue where if a user is a member of too many groups they can overflow the security token, but that's usually after someone is a member of 120 groups or more anyone got any suggestions where to go next in fixing this issue
  5. Yes you need to register with the wyse | dell site and that gives you access to firmware downloads, easy way is to put in ftp share and then configure dhcp options to let them pick up firmware at boot time.
  6. look in registry and delete these keys User Key: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ Ratings] System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ Ratings] Close Internet Explorer, re-open it, and the Content Advisor feature should now be disabled
  7. Logging User Access in a XenDesktop Environment » XenDesktop - Citrix Community or we use Citrix Edgesight for reporting
  8. followimg the istructions for setting up a cname wildcard for sharepoint 2013 apps Setting up your App domain for SharePoint 2013 but cant ping anything.solutions.com can ping solutions.com seams to be the * thats the problem anyone else had this on server 2008r2
  9. I want to lock down Firefox options in particular the tab for updates i have done the network tab but cant find how to do the other options
  10. i can install this nativly start sequencer run install again it stops at the bit were the active x pop usually happens if i close the sequencer it pops up any ideas how to sort this one out
×
×
  • Create New...