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...
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...
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...
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...
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...
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...
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...
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/
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/
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/
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...
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...
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...
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...
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/
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...
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/
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/
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/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.