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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Deception

    Default to desktop

    While it certainly may not be the best method, this is one technique that will work: rc% = Shell("cmd.exe /c Notepad.exe C:\Documents and Settings\%username%\Desktop\scrape.txt",1)
  2. Deception

    Casl Macro Help

    Here's the function I use to accomplish that: Function CalcDate() AS String '****************************************************************************** ' Calculate Sixty days from today's date...
  3. Deception

    printing from attachmate 6.5

    I'm well familiar with this problem. The problem disappeared a few years ago when we got Lexmark printers. However, we were recently refreshed with HP printers and the problem has come back again. If you comb through Attachmate's website, they will tell you to upgrade to a newer version to...
  4. Deception

    Getting Object data from LDAP

    I ended up parsing the info the old fashion way. However, I'm still interested to know whether the VBS method can be used in Extra Basic somehow because it would just be cool and much cleaner. Sub Main Dim sysInfo as Object Dim position as Integer, position2 as Integer, length as...
  5. Deception

    Getting Object data from LDAP

    I started off trying to get the following VBS code working in Extra Basic. Dim strGreeting Set Shell = WScript.CreateObject("WScript.Shell") Set oInfo = WScript.createObject("ADSystemInfo") Set LDAPUsr = GetObject("LDAP://" & oInfo.UserName) strGreeting = "Hello " & LDAPUsr.FirstName & " " &...
  6. Deception

    printing from attachmate 6.5

    Let me guess, all of your printers are HP's?

Part and Inventory Search

Back
Top