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.
command script START command wait
Name: garrittg Date: December 7, 2004 at 12:25:49 Pacific OS: windows 2003 server enter CPU/Ram: PIII 800/512ram
Comment:
greetings :) i am trying to run a 32-bit self-running GUI application from the start command inside of a .CMD file. the help topic for the START command states:
"When executing an application that is a 32-bit GUI application, CMD.exe does not wait for the application to terminate before returning to the command prompt. This new behavior does NOT occur if executing within a command script."
im wondering what i am doing incorrectly. i thought the .CMD extension made it a command script. my command looks like:
Summary: Use the following via logon.bat scripts START \\servername\Printershare or via a vbs script on the local workstation, just ensure you have it placed under all users programs>start Set WshNetwork = Cre...
Summary: Hi All... I have a Domain controller and an Additional domain controller for my active directory domain. ADC is fully replicated with DC and whenever any change is made in anyone's database both get a...
Summary: Yes, I found the net use command. It is net username password /add That is what I was looked for. For Example: net user JOE Passwords1 /add It will add the user to the users group in the server. Than...