Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by uknees

  1. uknees

    Pop up window and handler

    Hi, I hope someone is still linked to this post. Need some help here as i am getting terribly confused. I am using Asp.Net and some javascript with a SQLServer 2000 as my database. I have 2 pages addDoc.aspx(parent) and DocGetDetails.aspx (child). At addDoc.aspx, users can enter new document...
  2. uknees

    modify registry from stored proc

    I found the way to writing to registry. there must be a line feed after REGEDIT4 and also after the last line of the file. REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "Winpopup"="C:\Windows\Winpopup.exe" cheers
  3. uknees

    I hope somebuddy can help me with t

    Hi, found the answer to writing to registry. here it is... u have to line feed after the Regedit4 and also after your key REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "Winpopup"="C:\Windows\Winpopup.exe"
  4. uknees

    I hope somebuddy can help me with t

    well... my clients are using win98 while the server runs on 2000. any idea why the registry can't be created? or why doesn't it create? is creating short cuts the only way to run winpopup? coz it will be a hassle to go to every clients machine to create the short cut at the startup. I have...
  5. uknees

    modify registry from stored proc

    hi, I tried to create a registry key using the following REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "Winpopup"="C:\Windows\Winpopup.exe" via a batch file at the logon script. but, while testing the .reg file, the key wasn't created! any...
  6. uknees

    I hope somebuddy can help me with t

    Hi, I am trying to startup winpopup.exe on my clients' machines using the logon scipt. The logon script will write to the clients' registry to startup winpopup.exe but, apparently, the registry file I wrote didn't create a key on the clients' registry! what could be wrong here? here's what I...

Part and Inventory Search

Back
Top