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!

Recent content by tootiredtocare

  1. tootiredtocare

    OneDrive - Clean Local Cache For A User Remotely

    G'day, I'm part of a large organisation that sadly has OneDrive available to all its staff. The issue we are having is some of our customers love OneDrive so much they upload everything to it. This in itself isn't a bad thing, but the local PC drives are filling up with cached OneDrive data...
  2. tootiredtocare

    Batch file doesn’t seem to work

    Um, what OS are you trying to do this from? I ask as the $(pwd)/$f looks suspiciously Linux/UNIX like However, if you are using a Windows based OS, the format for a FOR loop is "FOR %variable IN (set) DO command [command-parameters]" So wouldn't your FOR loop need to be something like for %f...
  3. tootiredtocare

    Can't print from OL2003 or IE10 in Windows 7

    I've seen Outlook play up before with an "Interface Not Registered" error before and it sounds like you're having a similar problem though with a different message. Try what is suggested here: http://support.microsoft.com/kb/902932
  4. tootiredtocare

    Increasing allocated disk space.

    It depends on the setup of the server, how the disks are configured etc. Without knowing the configuration, it's hard to advise. Where I work, we use a product called Treesize to display what being used where. Perhaps you can install the freeware and probably cut down version to find other...
  5. tootiredtocare

    can't print in internet explorer

    You said you can't print .pdf files from IE9. Can you print other files or web pages from IE9 ?
  6. tootiredtocare

    File name is too long to delete

    Once you've sorted the long file path, if the name is too long, why not just use the old DOS name for the file to delete it dir /X will display the shortened file/folder name to use. e.g. the My Document folder's short name comes to mydocu~1. To delete it I would use "rd /s mydocu~1
  7. tootiredtocare

    HOW TO RUN A DOS BASED PROGRAM ON WINDOWS XP

    Only problem with the CD suggestion is that if this program needs to write back, it won't be able to do so to a CD. Another suggestion, and I know I'm going old, old, old, old school here, but, depending on the size of the app and since it's a DOS app, you could boot off a floppy disk.
  8. tootiredtocare

    HOW TO RUN A DOS BASED PROGRAM ON WINDOWS XP

    Unfortunately you have not explained how this program communicates to the old phone system. I'm guessing it does so via the parallel or serial port as DOS did not support USB Have you tried booting into DOS from a virtual PC ? Have you thought about booting to a USB memory stick with DOS on it ?
  9. tootiredtocare

    Desktop Icons are now in a Taskbar toolbar

    Sorry - I should remember to reply AFTER I've had my caffeine hit in the mornings lol I've seen this option on a Windows XP desktop but can't test it on Server 2003 at the moment as it won't show using Remote Desktop session Try the following: Right click on the desktop and select Arrange By...
  10. tootiredtocare

    Desktop Icons are now in a Taskbar toolbar

    Can't you just drag them out onto the desktop ??? FYI - all icons in the Quick Launch bar are located here: %userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch
  11. tootiredtocare

    .CSV File VBS Script

    Couldn't you just add to you output line a vbcrlf changing this line objOutputFile.Write """" & strThisComputer & """,""" & StrOS & """,""" & strResult & """,""" & Now & """" to this objOutputFile.Write """" & strThisComputer & """,""" & StrOS & """,""" & strResult & """,""" & Now & """" &...
  12. tootiredtocare

    Change proxy in Firefox

    There might be, but it may not be easy. The proxy settings that I use are stored in the prefs.js files. Editing this file using vbscript should be relatively easy. However, this is under my user profile and is accessible by me only. Installing Firefox for a multiple user environment and whether...
  13. tootiredtocare

    Logon Script -- how to add a link?

    Copy the link into a shortcut, place it on a server somewhere and tell you login script to copy that shortcut to the user's favorites folder Something like: if not exist %userprofile%\favorites\shortcut.url then copy \\server\share\shortcut.url %userprofile%\favorites
  14. tootiredtocare

    Cannot log into Windows XP. Comes up user1 but does not recognise any passwords.

    Have you tried logging in with no password ? Also you haven't mentioned if you've tried logging in with the administrator account. If you can't do either of these, download a utility from the internet and reset the administrator password. I've used the utilities/programs found on the following...
  15. tootiredtocare

    Need help to fix Visual C ++ Runtime Error

    First thing I'd try is a full disk scan using chkdsk followed up with AV and spyware scan - make sure nothing's corrupt or there are any surprises Then I'd try removing the C++ runtime, rebooting, and reloading it. If that doesn't fix it, then I'd try reapplying SP3 other MS updates.

Part and Inventory Search

Back
Top