Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Guy1983

    php vs jsp vs asp

    Hi, I am learning jsp, servlets, apache tomcat and etc. I was wondering if i should instead learn php or asp? Does anyone know the pros and cons of each technology? Thank you, Guy
  2. Guy1983

    Installed Mandrake 10.1 but I can't get to the GUI

    When i boot my linux up, all i get is the shell. There is no gnome or anything. I installed linux on an IBM ThinkPad. Type 2265 Model a22e Does anyone know how to fix this? Thank you, Guy
  3. Guy1983

    String[] array = notSortedVector.toArray(); This is not working!!!

    Hi Sedj, I tried String[] arr = (String[])vector.toArray(); I got a runtime error pointing to that line saying: Exception in thread "main" java.lang.ClassCastException I do know that the object[] = .... would work but I don't want to have to do that. The goal of my method is to sort a...
  4. Guy1983

    String[] array = notSortedVector.toArray(); This is not working!!!

    Hi, String[] array = notSortedVector.toArray(); I get an incompatible types compilation error for this line of code. Does anyone have any clue why?? Any help would be greatly appreciated. Thank you very much Guy
  5. Guy1983

    Error returned when i try to run an intall script on a remote computer

    What should i check for? Both computers can access any file on the L: drive. It is a shared network drive. Everyone has permissions to read/write, remove, move any of the files on that drive. thank you
  6. Guy1983

    Error returned when i try to run an intall script on a remote computer

    Hi, I am trying to run a script that will install lotus notes on a computer on my network remotely. The computer has XP sp2 on it. I have already disabled the firewall on it. When I run the script, a message box pops up with the # 3 as its message. When you look at the script below, you...
  7. Guy1983

    How do I run a command remotely on a linux machine from ms cmd prompt

    Hi, I want to run to execute a command in the ms dos window on my machine that will execute on a linux system that is on my network. More specifically, I have a script on the linux machine that i would like to be able to run from my xp machine. Does anyone know how to make this work? I have...
  8. Guy1983

    rsh not working

    Hi ericbrunson, How would I know? thanks, guy1983
  9. Guy1983

    rsh not working

    Hi, i am trying to get rsh to work from my windows xp command prompt. There is a linux machine on my network which i would like to be able to command from my xp command prompt in my office. this is the command that i want to work rsh 130.11.828.12 -l yghssme last 4 last 4 is just the name...
  10. Guy1983

    Problem running an install script remotely

    strComputer = "130.11.184.22" Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objSoftware = objWMIService.Get("Win32_Product") errReturn = objSoftware.Install("L:\DOMINO\Notes653\Lotus Notes 6.5.3.msi",,True) Wscript.Echo...
  11. Guy1983

    how do i use vbscript to write a basic script like in bash for linux

    Hi everyone, You guys have really helped me out. Thank you. My script does exactly as I want it to. Hopefully, I will be able to answer some of your posts in the future. Later, guy1983
  12. Guy1983

    how do i use vbscript to write a basic script like in bash for linux

    Hi everyone, I appreciate all of your responses. They have been helpful. I have used the script that boostadaroosta posted. This is exactly what I needed. However, I cannot get this to run from the command prompt. It does run if I double click it in windows. i have been typing "cscript...
  13. Guy1983

    how do i use vbscript to write a basic script like in bash for linux

    I want to run a script that just tells the command prompt to execute the dos command "dir" or "cd" etc. More specifically, I want to use it to execute the rsh command to logon to a remote computer running linux. "rsh 130.11.232.33 -l lrgs" for example Does anyone know how to do this? Thank...

Part and Inventory Search

Back
Top