Hello Everyone--
I have about 90 computers on a large domain controlled network and I would like to be able to administer them remotely. I know about terminal services and the computers that I administer have terminal services installed on them. When I try to connect to them over the network...
Ok, I've tried doing this to no avail: I go into the event procedure for the combo box that I want to update from and I put in the following code:
Private Sub AnalyteIDBox_AfterUpdate()
Me!AnalyteName.Value = Me!AnalyteIDBox.Column(1)
End Sub
But now when I try to run the form and select...
I'm using a combo box in a form. I want the user to be able to select a value in a combo box and then it will fill in a text box with the corresponding value. Example:
I have a list of "types" that have a "type ID". I want the user to be able to pick the "type" from a combo box and then the...
Ok, I've got it working now so it knows that the library is there but I'm getting an error from pkg-config:
" 'pkg-config --modversion glib-2.0' returned 2.2.0, but GLIB (2.2.1) was found! If pkg-config was correct, then it is best to remove the old version of GLib." But looking at...
I've just started using RH9 a few months ago and when I go to install some programs I get library not found errors. When I get these errors I download the libraries and run ./configure and then run make install. And then I try to do the install again I still get the same errors. I know I should...
I'm running red hat 9 on my box and for some reason I'm having trouble getting mozilla to run. When I click on the icon or run the command from bash it acts like its starting it for a second and then it never does. Its not that its taking too long it just doesn't start sometimes. I thought it...
I've tried everything in this thread and it still doesn't work. If I put it in the \WINNT\system32\GroupPolicy\User\Scripts\Logon folder it doesn't run it at log in and I can't put it in the startup folder because part of the script is it automatically logs the user off and if its in the...
I've written the script and put it in the C:\ directory. When I try to put in "C:\userlogin.bat" in the login script box it says that it is not a valid relative path and if I just put in userlogin.bat it won't run it at login. Also, after I write the script and run it once when I log...
I want a batch file to load when I login to windows. I put the things that I want to load into the autoexec.bat file and it doesn't run it on start up. What should I do so that when a user logs into the computer it runs the programs in the script?
Is there a windows command or program that I can run that will automatically log a windows user out of windows and go to the main windows 2000 login screen?
I'm setting up a computer that will allow a user to set up an account and thats it. I want the user to log in and then a telnet dialog will come up. I've got that no problem, but after the telnet session ends I want to the computer to automatically logoff and go back to the main windows 2000...
I want to set up my linux box so everyone that logs on will have access to the same paths. Is there a file that will alow all users to have access to the same paths or will I have to edit every users .bashrc file with the updated path. I know that some flavors of linux have a profile.local...
I am having a really hard time getting the path in my .bash_profile file set so I can run all the commands in /sbin from the command line with out having to supply the path. My .bash_profile file looks like this:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.