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 TouchToneTommy 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: IFRs
  • Order by date
  1. IFRs

    Schedule Windows 10 Backup

    I'm just lazy, so I use Windows 10 backup with File History. I have set it to backup daily. How do I find out when during the day it backs up? Is it possible to set this time when it occurs?
  2. IFRs

    Using a web cam behind two routers

    My router set up is as follows, all routers are connected with CAT6 cables: (1) is the demarc cable modem, it serves MAC filtered wireless in that area of the building (2) is a hot spot router 120' away with login screens, access tables, time and content controls, etc. (3) serves as a...
  3. IFRs

    Using a web cam behind two routers

    I am tyring to view a Panasonic web cam through a web site. It works just fine when hooked up to the first router / cable modem. However, that router is connected to another router that is deeper in the building. I have to use the web cam on the second router due to its location. The web cam...
  4. IFRs

    Convert PageMaker files to MS Publisher

    Our office needs to convert some PageMaker files to MS Publisher - any thoughts out there?
  5. IFRs

    How do I map a drive in Xandros?

    I see now how this works, but it does not map the share to a drive letter. Is it possible to map a folder (shared or not) to a drive letter?
  6. IFRs

    How do I map a drive in Xandros?

    smbmount //unc/path/to/server /local/mount/point -o username=username%password,fmask-644,dmask=755,uid=userid,gid=groupid,ip=server_ip,debug=0 Kozusnik - this is pretty much gibberish to me. Where does the "S" for S-Drvie (S:) go? Can you briefly explain the unc path vs the local path? I...
  7. IFRs

    How do I map a drive in Xandros?

    I want S: to be mapped to a folder on the server. My desktop is Xandros, ther server is Xandros. In windows, I would right-click MyComputer and click Map Drive. How is it done in Linux?
  8. IFRs

    Linux Equiv.

    Care to post a list of the programs you replaced and the Linux equivalents? Is there a web site somewhere that keeps an updated list?
  9. IFRs

    What happens when I don't add the www.

    Why doesn't the browser add the www ?
  10. IFRs

    Forefox says "Preparing to print" forever

    Prints OK on computer (3) using Opera and IE (though I seldom if ever use IE) to both Acrobat and Xerox
  11. IFRs

    Forefox says "Preparing to print" forever

    3 computers: 1) recently aquired from IBM (reconditioned) running Xandros and latest firefox for Linux, HP Deskjet 720C 2) older PC runing Win98 and FF 1.07 (I think) printing to networked Toshiba ES550 3) high end computer running WinXP and 1.5.0.1 printing to Adobe acrobat and Xerox XD100 It...
  12. IFRs

    Forefox says "Preparing to print" forever

    Reinstall on three computers? Try this link and see if yours hangs up also: http://www.partypoker.com/how_to_play/poker_school/basic_poker_rules/rank_of_hands.html
  13. IFRs

    Forefox says "Preparing to print" forever

    On two computers ( one Windows, one Linux ) using Firefox to view a web site that shows the rank of hands in poker, when I go File Print, a small box comes up that says "preparing to print". This message box does not go away, it never prints and actually appears to be hung. What is going on...
  14. IFRs

    Email Pictures

    Your email client may be blocking images for your protection. Check your options.
  15. IFRs

    Convert 100's of Wordperfect files to Word

    Frederico - you have VB and VBA programs that convert without crashing? If so I would like to try them.
  16. IFRs

    Convert 100's of Wordperfect files to Word

    ft1 - where is the bundled macro template?
  17. IFRs

    Convert 100's of Wordperfect files to Word

    The VBA forum yielded gold. I tried this and it worked at home, just have to try it at work. Thanks for the good redirection, Skip. Sub Macro1() strDoc = Dir("*.doc") While strDoc <> "" Documents.Open FileName:=strDoc, Format:=wdOpenFormatAuto ActiveDocument.SaveAs FileName:=strDoc...
  18. IFRs

    Convert lots of WP files to Word

    I changed wp to doc and added ActiveDocument.Close just before strDoc = Dir and it seemed to work at home. I'll try it at work. Hope it works in the version of Word at work (97 if you can believe that!!). If not, I'll burn all the docs to a dvd and bring them home.
  19. IFRs

    Convert lots of WP files to Word

    The Next needs to be Wend Somehow the "strDoc = Dir" line does not look right. How does it step through the list?
  20. IFRs

    Convert lots of WP files to Word

    PHV - thanks. All the files have DOC extensions. Trouble is, I can't open all of them with OpenOffice because some of them are not Word docs but WordPerfect or maybe Works (I don't know). If this works, it will be awesome! I'll change the WP to DOC and try it. Thanks!!

Part and Inventory Search

Back
Top