Summary: I solved my problem by using !ErrorLevel! instead of %ErrorLevel% Here is the final verison of my script TITLE %~nx0 @Echo off cls color 74 setlocal ...
Summary: Hello All, I have an application in vb where the form has many list boxes, I write the all the selected items by a user in a text file in the app.path...
Summary: I'm trying to create a user profile (in Windows 2000) within my program. Looking in Userenv.h I see many user profile functions, including a DeletePr...
Summary: Here are a few ideas to think about... 1. Not all computers use the same directory name (usually C:\Documents and Settings) for user profiles. Sometim...
Summary: Easy Question: Is there a way to display a list of non currently active user profile names on the local machine? (By non currently active, I mean to d...
Summary: Here is the code I have created. @echo off Echo ****************************************************************************** Echo Delete Tem...
Summary: Hello! I'm working on a WinXP printer driver dll project in Microsoft Visual C++ veresion 6. I have to get the User Profile Path of the currently l...
Summary: Hello everyone... Looking for a command line utility that I can call from within a C++ program that will allow me to add, disable, enable, change pass...
Summary: Hi I need to make a batch file that deletes all profiles on the local drive of the machines in network. So i need to roll it out via GPO to delete all...
Summary: Thanks for the reply M2. I tried the command and it didnt seem to work. The folder is not located in c:\ but going to be found in Documents and settin...
Summary: Hi I want to delete the profiles from the old location, hence I want a batch file which could look for user logins in members.txt file and if the us...
Summary: I am not familiar with BlueJ, nor have I ever used Vista, so what I say may be wrong, but you could try this. Run RegEdit (I am not sure if Vista allo...
Summary: Hi, I have been working on a backup batch file that Mechanix2Go has helped me with before. Basically I have a for loop which reads the names of user p...
Summary: Can you create the script using below forfiles syntax. I tried but did not worked out.. [ I want to delete old user.csv file. The script should not de...
Summary: HI, I no next to nothing about scripting so I come here for some help. I am trying to write a simple script that would delete in local group policy a...
Summary: I have a routine that is looking at all the user profiles on a computer checking to see if certain folders exist. If so delete them. After that is don...
Summary: Mech thanks, once again the code worked great! I'm now moving onto the next step of the batch and instead of making many post with diffrent things/que...
Summary: Is there any way to do modify the HKEY_CURRENT_USER on a mapped drive connected by USB or BartPE? I have admin access and know the user/profile name ...
Summary: Is there a code out there for someone to fill out a form for a password and usernames reistry, then they can automatically sign in? Using HTML? I wa...
Summary: I have developed a gina.dll by using MSDN sample.I have ported that code in to MFC suported cpp file. It is working fine but It is not creating the us...
Summary: Hello , I modifying program to Chek User Name and password if it it true Show User profile , This is writen with C and Compile on Linux C Program lan...
Summary: I need to make this program store aseriea of points and the print htem all at one time rather than one at a time like it does now. #include <stdio...
Summary: Hi, I am trying to compile a net use batch file on my network. I need this to not only map a network drive to a share but to also explicilty use an Ac...