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 Chriss Miller 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: *

  • Users: jgus
  • Order by date
  1. jgus

    Scripted broadcast alert

    I has to be a restore from tape due to a timing window. The server must be backed up while no users are using the files. There is not time to do a backup to tape and then also a copy to the other server during the night before users need the files in the morning. We don't want a file copy to...
  2. jgus

    Scripted broadcast alert

    I am using Arcserve 11.5 on Windows 2003 servers. I have a nightly backup job that runs and then after it completes I have a sciprt kick off that automatically restores part of this backup to another server from tape. I have the following batch file command that automatically creates a restore...
  3. jgus

    Office 2000 SR1 Install Silently

    Figured it out myself. SR1 - Used 02ksr1adl.exe and extracted all files. Then ran setup.exe with th /QB switch. SP3 - Just downloaded the client version of the install and extracted the files. Changed a couple setting in the ohotfix.ini file to make completely silent and then ran...
  4. jgus

    Office 2000 SR1 Install Silently

    have a screwed up install of Office 2000 on about 1000 machines. It works fine, but here is the strage thing. By checking the versions of the exe's I know that the install is updated to at least SP3 level. But in the registry under HKEY_CLASSES_ROOT\Installer and "Add/Remove Programs" it does...
  5. jgus

    VBS Error 80070005 (prnadmin.dll Rights Issue)

    I have the following VBS code which is giving me this error message. To use this code I had to register the prnadmin.dll from the Windows 2003 server resource kit. Everything runs fine if it is run by a user in the local Administrator or Power Users group, but it doesn't run for other users...
  6. jgus

    Checking for local USB Printer

    The script I was looking for is below. It shows me what devices are currently connected to the USB ports. I can then see which printer is attached locally and through script automatically change the default printer to the correct printer object. strComputer = "." Set objWMIService =...
  7. jgus

    Checking for local USB Printer

    We have two different model local USB printer that are used in our environment. We have both printer drivers set up on our images. Is there a way that a script can check to see which of the two printers is connected to the workstation? If I can pull that info then I can easily script to...
  8. jgus

    Local Printer Offline/Online Script

    I think this will do the trick for me. Thanks
  9. jgus

    Local Printer Offline/Online Script

    Is there a way through a registry change or script to change a local printer from online to offline? I'm not talking about setting a default printer, what I am referring to is when you have a local printer you can right click on it and select "use printer offline/online".
  10. jgus

    Parse Field

    That did it thanks for the help. The InStr() function was what I was trying to find. I couldn't remember which one would give me the position of the space. From there I can do the rest.
  11. jgus

    Parse Field

    I have a Microsoft Access 2000 table called "MBSA" with a field called "machine name". The field's records look like the following: NSC_SS153958 (10.61.72.86) DHS2KIMAGE (10.61.76.89) NSC_CS295642 (10.61.72.108) As you can see the field actually includes two pieces of information, computer...
  12. jgus

    Parse text file to delimited

    I should have mentioned that I'm not very familiar with batch programming, so this isn't making much sense to me. I tried putting this in a .bat file and running it but it doesn't seem to do anything. I'm not understanding how this outputs to a new text file? Lets say the beginning text file...
  13. jgus

    Parse text file to delimited

    How do I parse a text file (say c:\text.txt) that looks like this..... User: LINLXB01 Full Name: LORRAINE K. BUCKWALD User: LIN765 Full Name: 765 print server User: LINPDN01 Full Name: Patrick D Nespor .......into delimited text file like this? LINLXB01~LORRAINE K. BUCKWALD LIN765~765...
  14. jgus

    True Email address in "From" field

    Yes, it is just through linked table manager. Seems like a cool feature being able to link directly to an Outlook folder, but it is just not quite giving me the information I need.
  15. jgus

    True Email address in "From" field

    I have linked a MS Outlook inbox to a table in MS Access so that each email is represented by a record in the table. The problem is that in the "From" field it sometimes shows the person's name and other times shows their email address. I would like to have a field always show the...

Part and Inventory Search

Back
Top