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.
net send the net name
Name: jagarcia Date: February 17, 2004 at 02:49:41 Pacific OS: dos CPU/Ram: PIII
Comment:
Is there a way to net send the net name? I want to have users install a program and after installing the program I want a message sent to my computer so that I can mark them off a list (all through batch file). I don't want to know their computer name as it creates more work for me having to look it up, but would rather have the username that installed it (net name). Any suggestions?
Summary: I am search a folder with 317 sub folders. I recieve the following error "The directory name is too long". I am using the following command dir *.exe /b/s > C:\temp\results.exe Is there away around th...
Summary: I would like to be able to retreive either the computer name or current user name in a batch program using windows 98. I can easily do this in windows 2000. ...
Summary: My Windows 2000 server will receive a I001.txt everyday. I want to rename the file name daily. Thus, I had write a batch file like this: for /f "tokens=1-3 delims=/ " %%a in ('DATE /T') do set Date=%%...