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.
Advanced Batch File
Name: BigKahuna Date: May 30, 2006 at 14:31:40 Pacific OS: Windows NT CPU/Ram: slow Product: thinclient
Comment:
My issue is that I cannot use a vbscript on the thin clients I'm using as the host is too large for the hard drive. I am trying to make it so when a patron closes a specific program by accident, that program will auto open back up. I need to do this by simple command line if possible as the thin clients i'm pushing this to have extremely space limited memory. Basic Struct: If process running, good. Else if process not running, open program. And this type of logic needs to be running as a daemon process. Anyone know batch commands to accomplish this? Thanks.
Summary: Does anyone know if there is a batch file option to execute all programs or files in a directory? If not, does anyone know any easy C++ code on how to do this? ...
Summary: Hi guys.. I'm trying to make a rather advanced batch file.. I have a bootable USB device with DOS 8 and NtfsPro (read/write).. When booting from the USB device I want it to copy the SAM and SYSTEM fil...
Summary: I'm trying to get a batch file to remove %SUBSET% from %VARIABLE%, and let me use the remainder as %RESULT%. However, I can't seem to get the SET command to parse a nested string; SET RESULT=%VAR...