Explain the Batch script to ping multiple computers

Hello,
Please comment and explain each liner of the script.
@echo off
if exist d:\tools\computers.txt goto Label1
echo.
echo Cannot find d:\tools\computers.txt
echo.
Pause
goto :eof
:Label1
echo PingTest executed on %date% at %time% > d:\tools\z.txt
echo ================================================= >> d:\tools\z.txt
for /f %%i in (d:\tools\computers.txt do call :Sub %%i
notepad d:\tools\z.txt
goto :eof
:Sub
echo Testing %1
set state=alive
ping -n 1 %1 | find /i "bytes=" || set state=dead
echo %1 is %state% >> d:\tools\z.txt

@echo off
Don't echo these batch file commands to the screen. Using the @ sign means including the current line.
if exist d:\tools\computers.txt goto Label1
If there is a file called d:\tools\computers.txt then jump to the section of the batch file called :Label1
echo.
Type a dot to the screen.
echo Cannot find d:\tools\computers.txt
As the file called  d:\tools\computers.txt  was not found then type "Cannot find Etc." to the screen. This file must exist in the location specified. It presumably contains a list of machine names or IP addresses; one per line.
Pause
Put a prompt on the screen which says "Press any key to continue..." and then wait until a key is pressed.
goto :eof
Go to the end of the batch file (i.e. terminate)
:Label1
Now there is a subsection called Label
echo PingTest executed on %date% at %time% > d:\tools\z.txt
Type the words "PingTest executed on " along with the current date and time " but instead of typing them to the screen, pass them (using the > symbol) to a file called d:\tools\z.txt
for /f %%i in (d:\tools\computers.txt do call :Sub %%i
There's actually a bracket missing from this, so the correct line should read:
for /f %%i in (d:\tools\computers.txt) do call :Sub %%i
Loop through each line of the file d:\tools\computers.txt which presumably contains a list of machine names or IP addresses. Call a subroutine called :Sub passing it the line that's just been read. For example this file might look like:
    193.1.1.1
    193.1.1.2
    193.1.1.200
notepad d:\tools\z.txt
The file d:\tools\z.txt is a log produced by the batch file. This line will launch NotePad with this file so you can view it.
goto :eof
Go to the end of the batch file (i.e. terminate)
:Sub
This is the subsection call Sub which gets called by the For loop.
echo Testing %1
Type to the screen the line that has been passed to this subsection. For example, "Testing 193.1.1.1"
set state=alive
Create a temporary value called "state" which is set to "alive"
ping -n 1 %1 | find /i "bytes=" || set state=dead
Call the PING executable. If you want to know more about this command then type PING /? from the command line. The output from this is then "piped" to the FIND executable which is set to ignore case (/i). Essentially it's looking for the PING command to be returning the text "bytes=" meaning that the IP address or machine name is responding to the ping. If the text is not found (so the find command failed) then the "state" value is changed from "alive" to "dead".
echo %1 is %state% >> d:\tools\z.txt
Type the IP address and the state value (dead or alive) to the file d:\tools\z.txt  . The presence of the two > characters means append rather than overwrite.
There is some very clever batch file stuff in here, especially the use of the FOR command calling the subroutine and passing it a line at a time read from the text file, and then in the subroutine the use of the output piped from the PING command into the FIND command and then setting the state value if the find fails.
Very underrated things batch files.

Similar Messages

  • Batch script to open multiple excel and doc files

    Hi Everyone,
    Could anybody please provide a batch script to open multiple excel and doc files at a time.
    Appreciate ur quick response.
    Regards,

    You have several scripting choices within Windows. At a basic level you've got "batch files" - which run a series of command interpreter commands, and have a file extension of .BAT or .CMD. If you just wanted to open a list of Word documents, then assuming that the path to Word is correct (something like this below) you could list these in a file with a .BAT extension and run this (e.g. double click on it):
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File1.DOC"
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File2.DOC"
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File3.DOC"
    "C:\Program Files\Microsoft Office\Office\Excel.exe" "C:\Documents and Settings\All Users\Desktop\File1.XLS"
    "C:\Program Files\Microsoft Office\Office\Excel.exe" "C:\Documents and Settings\All Users\Desktop\File2.XLS"
    Another script language is VBScript, which was the example I gave. VBScript is available on most Windows platforms and can be run from a command prompt or within Windows. If you save the text I gave you above to a file with a .VBS extension you can double-click to run it (Windows) or open a command prompt and type CSCRIPT MyVBScript.VBS (assuming that's the name of the your .VBS file).
    Other script languages are available to achieve the same thing, including Powershell, however you'd need to have Powershell available on your PC.

  • I keep getting the box that asks "Do you use the Yahoo! Toolbar on multiple Computers. It asks Save to my Yahoo! ID, or No thanks, just save to this computer. How do I get rid of this one way or the other?

    When I log on to Firefox, I get this block that pops up saying, "Do you use the Yahoo! Toolbar on multiple computers? It has 2 buttons asking "Save to my Yahoo! ID or No thanks, just save to this computer" It drops down from the Yahoo toolbar, next to the Y! on the left side of the tool bar. I have tried the Save button and no response, I tried the No thanks button no response. I tried the underlined "Learn more" and it too no response. I tried the close X but that does not get rid of this box. I tried right clicking and no response. It stays there through out while working on the mail, I cannot access the that toolbar so I cannot use the buttons on this tool bar. Please help or I will have to try another browser to see if it go away.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Pop up box in yahoo mail won't close, asks "do you use the yahoo! toolbar on multiple computers?" has option buttons but no response when clicking on anything, pop up box just sits there in the way

    whenever I open my yahoo mail when using Firefox, a pop up box appears on the upper left side of the screen, it asks the question "do you use the yahoo! toolbar on multiple computers?" and gives click boxes for "Save to my yahoo ID" and "No thanks, just save to this computer". I get no response to clicking on either box, nor will the pop up close if I click on the "X" in the upper right corner of this pop up. It won't close out and it sits right over the top of the email messages in my inbox. All else seems to work fine, but can't get rid of this pop up box....very annoying.

    go mail.yahoo.com as the login entrance for yahoo mail.

  • Syncing the same iTunes library among multiple computers

    I have two computers, a Windows 7 laptop and a new iMac. iTunes on both computers are signed into the same Apple ID. I currently have my iTunes library on my laptop, but I would like to also have the exact same library on my iMac. For instance, if I download a new podcast to my laptop, it should be placed on my iMac as well. When I delete the podcast, it should be deleted on the iMac too. When song metadata is updated on my laptop (play count, lyrics, etc), I want it updated on the iMac automatically.
    I have not had much experience with Home Sharing, but would that do all of this automatically? I know I could manually transfer songs from one computer to the other using Home Sharing, but what about updated metadata or deleting files?
    iCloud has made this situation more interesting. I know iTunes in the Cloud and iTunes Match will keep music files in sync among various devices (including metadata?), but what about podcasts or movies or files not purchased via iTunes? I know there are plenty of details that are yet to be released concerning iCloud, but do you think it will solve this problem entirely, or will manual labor be required to obtain the exact same library among multiple computers?
    I have considered only using my iMac to maintain my library, since it is always on and I could use Home Sharing to listen to music on my laptop since they are on the same Wifi network. However, I feel it would be best to keep the same library on two computers for when I take my laptop on vacation away from my home network.
    What would you suggest for this situation?
    Thanks!

    sorry about the slight irrelevence of this post on this thread....i saw this much older post you had in my explorations and it is almost to a "T" my issue currently and i was wondering if you ever came to a conclusion or had any tips or resolution paths i could explore. your original message:
         I have 2 computers I'd like to set up Home Sharing on. One is Windows XP and the other is Windows 7.
         I set it all up but then the libraries never show up. Nothing happens.
         The computers are on the same network and I can successfully share files and a printer. Both computers are      authorized using the same account. Both are signed into that account.
         I don't know why it's not working. Can you please help?
              Thanks!!
    is EXACTLY my problem with the only variable being that both of my computers run 7. furthermore, you went on to say you were experiencing issues with the "remote" app. that was the initial objective for me in my system that got me here with a deeper problem with home share. i want to home share my itunes library and control it from my iPod touch 4g. is that such an unreasonable request?!?!? lol. i'm incredibly frustrated and was hoping that since you had such specifically similar circumstances....have you found a solution? PLEASE HELP!!! thank you so much for your time.

  • Prevent the same user login on multiple computers at the same time

    prevent the same user login on multiple computers at the same time

    Is there any way (currently running 2012 Servers) that we can prevent users from logging into multiple domain computers simultaneously with the same username?
    We still want them to log into those computers, just not simultaneously?
    LimitLogin utility not work in Windows 2012 server.
    Thanks.
    Babu
    Unfortunately Windows has never offered this feature as a built-in feature, but there are several possibilities discussed in these articles:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0103b5e7-0db5-4fb4-bfe7-d7132983880a/limit-concurrent-logins-on-a-ws-2008-environment
    http://www.edugeek.net/forums/windows-server-2008-r2/61216-multiple-logins.html
    http://windowsitpro.com/windows/prevent-multiple-logons-gpos
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to checkout from the batch script?

    Hello All !
    Does anybody knows how to maintain versioned files with the batch scripts? Particularly I'm talking about doing a checkout/checkin operations. Are any command-line utilities available? Is it possible at all?
    Regards, Sergey.

    you can get entire table script
    select dbms_metadata.get_ddl('TABLE','TABLE_NAME','SCHEMANAME') from dual;
    IT is not possible to get only the partition script
    As it is a part of table definition.
    You can also use the third party tool like 'TOAD' to get the script also.

  • Script to ping multiple hosts and return domain info to a txt or csv file

    Hi,
    I wonder if anyone can help.  I need a script that will allow me to ping multiple hosts (all listed on seperate lines in a txt file) and return IP, server up\down and domain info to a txt or ideally a csv file.
    I'm sure this must have been done\requested before but I can't seem to find the correct script anywhere
    Thanks for your help
    Mal

    Try this modification:
    $result=@()
    Get-Content p:\list.TXT | %{
    $start_name = $_
    $conn = Test-Connection -ComputerName $_ -Quiet
    if(-not $conn)
    $start_name = ""
    Try
    $dns = [System.Net.Dns]::GetHostEntry($_)
    $dns_host = $dns.HostName
    $dns_ip = $dns.AddressList | select -ExpandProperty IPAddressToString
    catch
    $dns_host = "invalid host name" #as jrich proposed :)
    $dns_ip = "invalid host name" #as jrich proposed :)
    $start_name = ""
    $HostObj = New-Object PSObject -Property @{
    Host = $start_name
    IP = $dns_ip
    DNSHost = $dns_host
    Active = $conn
    $result += $HostObj
    $result | Export-Csv p:list.csv -NoTypeInformation

  • Can I use the Photoshop Creative Cloud on multiple computers?

    I'm interested in buying Photoshop Creative Cloud, but work off of multiple computers.  Will I be able to use the Photoshop on multiple computers via the Creative Cloud?  How does this work?
    Mahalo.

    Or you may purchase Creative Cloud Team subscription and purchase activation seats as per your choice depending upon on how many computers you wish to activate the apps .
    Adobe Creative Cloud – FAQ

  • Chicken of the VNC and conneting to multiple computers on a single LAN

    I've successfully got Chicken of the VNC operating so that I can reach my iMac (running Leopard) from outside my LAN using my iBooks (running Tiger). And I can also connect to all computers inside my LAN by using Bonjour in chicken of the VNC.
    What I cannot figure out is how to setup Chicken of the VNC and port forwarding to access my other three computers from outside of my LAN.
    I suppose it is simply configuring the port forwarding correctly and apparently I'm not doing that.
    I've got each Mac configured with a fixed IP as follows...
    iMac is at 192.168.0.100
    iBook is at 192.168.0.102
    iBook2 is at 192.168.0.103
    Acer is at 192.168.0.120
    Right now the port forwarding on my Linksys WRT54G looks like this...
    VNC1 5500 to 5500 Both 192.168.0.100 enable
    VNC2 5800 to 5800 Both 192.168.0.100 enable
    VNC3 5900 to 5900 Both 192.168.0.100 enable
    VNC-iBook 5502 to 5502 Both 192.168.0.102 enable
    VNC-iBook2 5503 to 5503 Both 192.168.0.103 enable
    VNC-Acer 5504 to 5504 Both 192.168.0.120 enable
    Enabling Bonjour in Chicken of the VNC lets me connect to all computers on my LAN. And I can connect to my iMac outside of my LAN using the WAN-IP:5900
    But I cannot connect to any of the others except the iMac (at internal IP address 192.168.0.100 or outside IP of xx.xx.xxx.xx:5900) outside of my LAN.
    Any quick tips?

    If you have all of your Macs inside the LAN operating okay with remote access by CotVNC, then 3/4 of the battle is done. But first thing I would do is tunnel your VNC through an encrypted ssh tunnel, unless you don't mind the possibility of a sniffer outside your home network being able to intercept every one of your vnc packets in plain text and monitor your every vnc move.
    The easy way to do it would be to connect via ssh to one of the computers inside the LAN with a bunch of ports tunneled through the encrypted ssh connection. I've got several posts that talk about tunneling vnc through ssh. Do a search on posts by me (j.v.) since last year with search terms "vnc ssh 5901". Port forward port 22 through your home router to, for example, your imac, and turn on remote login (ssh login) on your imac. You do not need 5900 port forwarded through the router, only port 22.
    To access multiple computers, modify your ssh login command, that you type in Terminal on the computer outside your LAN, to add additional "-L" port forward switches, for example, "ssh -L 15900:127.0.0.1:5900 -L 15901:192.168.0.102:5900 -L 15902:192.168.0.103:5900 -L 15903:192.168.0.120:5900 [email protected] Then in CotVNC, you connect to 127.0.0.1:15900, 127.0.0.1:15901, 127.0.0.1:15902, or 127.0.0.1:15903, in order to connect to imac, ibook, ibook2, or acer. All the VNC traffic is encrypted and tunneled inside the ssh connection. All traffic to all computers is delivered to the imac's localhost interface, and depending on which port you specified in CotVNC, it goes to the computer specified in the "-L" switches for that port.

  • The drop drop down box from Yahoo that says "Do you use the Yahoo! Toolbar on multiple computers? will not respond to clicking on it. It Stays in the drop down position covering other tabs and makes them unuseable.

    this box with three options: learn more, save to my Yahooa1 ID, No thanks, just save to this computer, will not respond when any option is selected. It will not go away. It covers other tabs making them useless.

    Did you ever figure this out? I bought my iPad last week to use in my business as well. I assume you are trying to use alldata? That is where I noticed this same issue. I had problems with identifix working with safari but downloaded a different browser and that works fine. Alldata does not work with either browser. The main difference is that on identifix if there is only one engine selection, it automatically selects the only option and continues to the home page. With alldata you have to make the selection manually even if there is only one option. Honestly if I can't get this to work I am going to return the iPad as it looses a significant amount of usefulness to men

  • Aperture 3, the Mac App Store, and Multiple Computers

    Can anyone answer this question:
    I have Aperture 3 installed on my Macbook Pro since the Feb 2009 release. Obviously, I bought the DVD for install. And of course, when I log into the Mac App Store, it shows as installed on my computer.
    If I bought a second mac and logged into the MAS, would it "know" that I have Aperture 3 linked to my account, realize it was not installed on the new mac and allow me to install it, or would I have to purchase a new copy at $80?
    Thanks,
    Bryan

    Bryan,
    Only apps bought via the MAS can be updated or downloaded to another computer. Even though it shows AP as being installed, you'll notice it doesn't appear in your list of purchases - which is where you'd go to re-install. It only recognizes that you already have the application in order to prevent you from unintentionally buying it again.
    But if you purchase another Mac you can certainly use your current DVD or download the trial to install it on that second machine - AFAIK the EULA doesn't prevent this as long as its for the same user and not being used on both machines at the same time.
    I have the sneaking suspicion that Aperture will no longer offer upgrade pricing and instead charge a lower fixed rate (a la iWork) for each major version. What this means in the long term is a bit fuzzy though: while I'm all for lower prices, $79 is clearly consumer territory and I'm not sure how this will affect the orientation of the app in the future. That, and the influx of non-pro users this price drop will certainly bring. I believe the more users there are the better, but I just hope Apple stays focused on Aperture's primary mission and continues to cater to pro photographers. It would break my heart to see this amazing software devolve into iPhoto Plus...

  • How to explain the following scripts?

    Please view the following configuration file: Example 3–5 Sample pof-cache-config.cmd File
    I want to ask the following questions:
    1. Is symbol *@* means this line is comment?
    2. Are *:config, :start, :launch* all label?
    3. What is the function of setlocal?
    4. What is the meaning of the sentence set java_opts="-Xms%memory% -Xmx%memory%"
    Example 3–5 Sample pof-cache-config.cmd File
    *@*echo off
    @rem This will start a cache server
    setlocal
    *:config*
    @rem specify the Coherence installation directory
    set coherence_home=c:\oracle\product\coherence
    @rem specify the JVM heap size
    set memory=512m
    *:start*
    if not exist "%coherence_home%\lib\coherence.jar" goto instructions
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_
    home%\bin\java)
    *:launch*
    set java_opts="-Xms%memory% -Xmx%memory%"
    set coherence_opts="-Dtangosol.coherence.log.level=9
    -Dtangosol.coherence.cacheconfig=C:/home/oracle/labs/lab4-cache-config.xml"
    "%java_exec%" -server -showversion "%java_opts%" "%coherence_opts%" -cp
    "%coherence_
    home%\lib\coherence.jar;C:\home\oracle\labs\Lab4\classes;C:\home\oracle\labs"
    com.tangosol.net.DefaultCacheServer %1
    goto exit
    :instructions
    echo Usage:
    echo ^<coherence_home^>\bin\pof-cache-server.cmd
    goto exit
    Thank you very much

    1: @ suppresses the echoing of the attendant line to the shell. REM indicates a comment.
    2: Yes.
    3: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/setlocal.mspx
    4: This sets the initial and maximum size respectively of the memory allocated to the JVM http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html#options

  • Modifying the script to include multiple domains

    Hi,
    The below script will start the servers by connecting to node manager for a particular domain. How can I modify the below script to include multiple servers which are from multiple domains.
    from java.util import Properties
    from java.io import FileInputStream
    from java.io import File
    from string import split
    def carryFileProperties(serverName) :
    print 'carrying properties of: ' + serverName
    #properties file to be loaded
    myProps = Properties()
    #load properties file
    myProps.load(FileInputStream(File(serverName)))
    return myProps
    def serversList(fileProperties):
    print 'selecting servers from the properties'
    servers = []
    properties = fileProperties.propertyNames()
    while properties.hasMoreElements():
    key = properties.nextElement()
    element = split(key, '_')
    if element[0] == 'SERVER':
    servers.append(key)
    print'LIST OF servers to initialize'
    for server in servers:
    print 'Server ==>> ' + fileProperties.get(server)
    return servers
    def startInstance():
    user = fileProperties.get('USER_ADM')
    passwd = fileProperties.get('USER_ADM_PASSWD')
    nmIP = fileProperties.get('NODEMANAGER_IP')
    nmPort = fileProperties.get('NODEMANAGER_PORT')
    domainName = fileProperties.get('DOMAIN_NAME')
    domainDirectory = fileProperties.get('DOMAIN_DIRECTORY')
    nmConnect(user,passwd, nmIP, nmPort, domainName, domainDirectory, 'plain', 'true')
    for server in servers:
    print 'requesting the server startup ' + fileProperties.get(server)
    nmStart(fileProperties.get(server), domainDirectory)
    fileProperties = carryFileProperties('servers.properties')
    servers = serversList(fileProperties)
    startInstance()
    below is the properties file
    NODEMANAGER_IP=localhost
    NODEMANAGER_PORT=5559
    DOMAIN_NAME=base_domain
    DOMAIN_DIRECTORY=/opt/weblogic/base_domain/
    USER_ADM=weblogic
    USER_ADM_PASSWD=weblogic
    SERVER_1=managedServer1
    SERVER_2=managedServer2
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    I was able to answer myself

  • How to use iPhone with multiple computers on iTunes 11?

    Both of my computers are Windows 7. I try to manage my music and videos on both iTunes. I used to be easy, like you just check the "Manually manage music and videos" square, and everything is fine... But after I update to iTunes 11, it just doesn't work. There is no resulting dialog box coming up where I can click "OK" after I checked square, and no matter I click "apply" below or "done" above, the iTunes asks to erase and sync with the iPhone. After it syncs, the "Manually manage music and videos" is checked. But if I move to another computer another iTunes, then it says I'm already syncing with one iTunes, and it needs to erase and sync with my iPhone again... and of course, the "Manually manage music and videos" is unchecked on this iTunes... If I try to check that on this one.. it's the same story happened before... Basically, there is just no way I can use one iPhone on two iTunes 11, is it?

    Sync iPod/iPad/iPhone with two computers
    Although it isn't possible to sync an Apple device with two different libraries it is possible to sync with the same logical library from multiple computers. Each library has an internal ID and when iTunes connects to your iPod/iPad/iPhone it compares the local ID with the one the device normally syncs with. If they are the same you can go ahead and sync...
    I have my library cloned to a small 1Tb USB drive which I can take between home & work. At either location I use SyncToy 2.1 to update the local copy with the external drive. Mac users should be able to find similar tools. I can open either of the local libraries or the one on the external drive and update the media content of my iPhone. The slight exception is Photos which normally connects to a specific folder on a specific machine, although that can easily be remapped to the current library if you create a "Photos" folder inside the iTunes Media folder so that syncing the iTunes folders keeps this up to date as well. I periodically sweep my library for new files & orphans with iTunes Folder Watch just in case I make changes at one location but then overwrite the library with a newer copy from the other. Again Mac users should be able to find similar tools.
    As long as your media is organised within an iTunes Music or Tunes Media folder, in turn held inside the main iTunes folder that has your library files (whether or not you let iTunes keep the media folder organised) each library can access items at the same relative path from the library folder so the library can be at different drives/paths on different machines. This solution ensures I always have adequate backups of my library and I can update my devices whenever I can connect to the same build of iTunes.
    When working with an iPhone earlier builds of iTunes would remove any file not physically present in the local library, even if there was an entry for it, making manual management practically redundant on the iPhone. This behaviour has been changed but it will still only permit manual management with a library that has the correct internal ID. If you don't want to sync your library between machines on a regular basis just copy the iTunes Library.itl file from the current "home" machine to any other you want to use, then clean out the library entires and import the local content you have on that box.
    tt2

Maybe you are looking for

  • Keep getting errors when trying to open JAR files

    Hi My son is trying to open a .jar on his Macbook to add a mod to Minecraft.  It throws an error and directs him to Console each time, but Console isn't showing any errors.  Using advice on a couple of similar threads I followed some steps but ended

  • Problem with iPhone music playback

    When I am listening to music, whether I choose the song, or have it on shuffle or a playlist, some songs won't play, and some songs it will skip over. Also, it will say one song is playing when it's a different one. It just recently started doing thi

  • HT4993 i want 2 deleat every thing on my phone how do i do this??

    I want 2 deleat everything on my Iphone and use my previous back up and instal that i just dont know how 2 do that please help

  • Error: com.sap.ip.bi.base.exception.BIBaseRuntimeException

    Dear All, please help me, now i'm facing some problem when running BEX broadcaster to generate HTML file in BW Portal, every time i rum BEX Broadcaster for schedule, it will took very long running time (+- 3600 second) with no file HTML generated whe

  • When creating new Timecard, our user couldn't select Project from the popup

    Hey Guys, Thanks for your attention, I need help. One of our user could not create new Timecard with IE9, because when she selected new project she met the error as below, Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows N