Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Remote program execution on Win98
Name: keridbey Date: December 12, 2008 at 12:36:52 Pacific OS: Windows 2000 CPU/Ram: 1 Ghz CPU / 1 Gb RAM Product: Dell / OPTIPLEX
Comment:
Does anyone know of a way to execute a program remotely from a Windows 2000 machine to a Windows 98 machine? PsExec seems to not like anything before NT, and I've been unable to find anything else that will let me do this. The big caveat is that I'm not allowed to install programs on the target Win98 PC. Any thoughts?
Name: ghostdog Date: December 12, 2008 at 20:16:41 Pacific
Reply:
if you are the administrator, get permission from higher authority to install scheduled jobs or write scripts to be installed at the win98 machine. Then, write a script and run it by creating scheduled jobs on the win98 machine.
0
Response Number 2
Name: keridbey Date: December 15, 2008 at 13:03:31 Pacific
Reply:
Unfortunately, the OS and it's programs on the devices in question are placed via Ghost, and they do not allow changes to the image or the system after it's ghosted.
Summary: can anyone help me out by explaning how 16 bit programs run on 32 bit machines or does any one know of a web address that will explane this in some depth thanks ...
Summary: Does anyone know how to pause program execution...in visual c++...I need to: { execute code; pause for say 50 milliseconds; execute more code; } ...
Summary: I have developed a C program using Microsoft Visual C++,Version 1, which, when run provides a variety of screen messages of different background and foreground colours. The EXE file is defined to be M...