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 Chriss Miller 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. MoshiachNow

    mtscs via psexec on a remote machine will not open RDP

    HI, If i run localy on the target computer: mstsc.exe /admin /v:pps01 I get a nice RDP window. However, if I run from another computer psexec with same command - get nothing: psexec.exe \\IP -n 25 -d -u xxx -p yyy cmd.exe /c mstsc.exe /admin /v:pps01 Any advise will be appreciated...
  2. MoshiachNow

    fail to open a remote RDP with mstsc on a remote computer via psexec

    HI, If i run localy on the target computer: mstsc.exe /admin /v:pps01 I get a nice RDP window. However, if I run from another computer psexec with same command - get nothing: psexec.exe \\IP -n 25 -d -u xxx -p yyy cmd.exe /c mstsc.exe /admin /v:pps01 Any advise will be appreciated...
  3. MoshiachNow

    Windows - executable script will stop running if a remote Window is minimized

    HI, I have a perl script, compiled with pp into an .exe file. When the script runs, it pops an small cmd window with prompts. I run this file remotely on Windows using Remote Desktop. If I will minimize my remote Window, the program will stop running and disapear. Any idea why it happens, and...
  4. MoshiachNow

    change URL tab names?

    HI, Have the following JVS: var navOpenInNewWindow = 0x1; var navOpenInNewTab = 0x800; var navOpenInBackgroundTab = 0x1000; var intLoop = 0; var intArrUBound = 0; var navFlags = navOpenInBackgroundTab; var arrstrUrl = new Array(3); var objIE; intArrUBound = arrstrUrl.length...
  5. MoshiachNow

    Win32::GUI - need to create a window with scroll bar , within a main window

    HI, With Win32::GUI - need to create a window with scroll bar , within a main window. This second window (child of a main window) will hold different buttons/checkboxes ,etc , and will have a scroll bar . Did not find so far any package in win32::GUI that will enable me to achieve the above...
  6. MoshiachNow

    how to use file added to .exe by pp with "-a" option ?

    HI, I want o add a zip file to my .exe as following : cmd.exe /c pp -o "Camel_Lite_N5.exe" -a ttt.zip --icon=main1.ico --info=FileVersion=1.9.6 Camel_Lite.pl after .exe is created - when I run it I did expet to find the ttt.zip extracted automatically on the same level where .exe exists. This...
  7. MoshiachNow

    how to get updated remote folder contents (dir \\) ?

    HI, how to get updated remote folder contents (dir \\) ? I delete contents of remote folder \\sfdsf\ppsrv. Then do "dir \\sfdsf\ppsrv" from a local Windows 7 station. "dir" command will keep showing me the old contents of the folder for another 10 seconds, only then will refresh. Anything I can...
  8. MoshiachNow

    Windows - who keeps my file open

    HI, I need to tell on Windows - who keeps my file open ? (WIthout using sysinternals utils staff - just PERL) thanks Long live king Moshiach ! http://www.noahide.org/
  9. MoshiachNow

    Windows - who keeps my file open ?

    HI, I need to tell on Windows - who keeps my file open ? (WIthout using sysutils staff - just PERL) thanks Long live king Moshiach ! http://www.noahide.org/
  10. MoshiachNow

    command line - find connected users

    HI, I need some command line to find connected users. Currently I do it using "netstat -a|find" , but this is too slow. Anything faster available ? thanks Long live king Moshiach ! http://www.noahide.org/
  11. MoshiachNow

    psexec gets "access denied" from remote computer

    HI, I have a psexec activated from a Perl script and it gets the above error for some remote stations. The commans id : psexec.exe \\\\$stationB -n 25 -s -u xxxx -p yyyy reg query HKEY_LOCAL_MACHINE\\SOFTWARE If I run the same command from cmd - it runs fine ! I have tried opening the cmd from...
  12. MoshiachNow

    get NIC speed from command line

    HI, I need to get NIC speed from command line. I do not want to use any script - I know how to with it. WMIC did not get me very far - "Speed" and MaxSpeed" fields are left empty on Win2003 Server (shows good info on XP !) : wmic nic list full|findstr /i "NetConnectionID Speed" Will...
  13. MoshiachNow

    HI,I need to WMIC - browse remote c

    HI,I need to WMIC - browse remote computer event log for disk problems (command line). My goal is to try and search all our servers for a potential disk issues and fix these in advance. So far tried from a command line : WMIC /node:"mine-001" /user:"oper" /password:"color" NTEVENT WHERE...
  14. MoshiachNow

    WMIC - browse remote computer event log for disk problems (command line)

    HI, I need to WMIC - browse remote computer event log for disk problems (command line). My goal is to try and search all our servers for a potential disk issues and fix these in advance. So far tried from a command line : WMIC /node:"mine-001" /user:"oper" /password:"color" NTEVENT WHERE...
  15. MoshiachNow

    Win32::GUI - use TextFiled vaule on pressing ENETR key

    HI, I have a TextFiled valued defined. I want my start_Click sub to be activated even when ENTER key is pressed, not only when i push the "START" button which is linked to start_Click sub. Is it doable ? thanks Long live king Moshiach ! http://www.noahide.org/
  16. MoshiachNow

    perl code running out of 2 GB VM limit

    HI, I run my perl code copiled to .exe on an XP machine. The code basically parses pdf files and extrates info. (The sub runs as a perl thread - "use threads") I do undef all values on every new file start - however the program crashes after about 2 hours when it reaches 2 GB Virtual Memory (it...
  17. MoshiachNow

    File still in use after "close FILE1"

    HI, my program writes to handle FILE1 and closes is properly once I'm done. However the created file remains read only till I exit the whole application... Why would it happen ? Long live king Moshiach ! http://www.noahide.org/
  18. MoshiachNow

    find info on installed PCI boards form command line ?

    How can I find info on installed PCI boards from command line ? Like using WMIC (but I did not find rellevant commands there). thanks Long live king Moshiach ! http://www.noahide.org/
  19. MoshiachNow

    Win32::GUI - add splitting horizontal line in window

    HI, In Win32::GUI - how can I add a splitting horizontal line in window to visualy separate between 2 parts of this window ? thanks Long live king Moshiach ! http://www.noahide.org/
  20. MoshiachNow

    Win32::GU:textfield- delete all fields ?

    Hi, how would I clear all text in a textfield box ? thanks Long live king Moshiach ! http://www.noahide.org/

Part and Inventory Search

Back
Top