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. rubbersoul69

    Need help with script

    Need a script that will look at a text file. Read each line and replace any mention of the word 'bread' with 'butter'. The 'butter' has to be a command line argument. Having no success at all. This is a PERL script by the way :) Thxs
  2. rubbersoul69

    Conditional Statement in Expect script

    Was thinking something like this....but I'm NO script guy at all and this doesn't work: #!/bin/bash # test to see if acme.conf exists i=0 if [ -e "/etc/acme.conf" ]; then echo "you have a conf file already. I'm gonna back it up." mv "/etc/acme.conf" "/etc/acme.conf"+ i i=0+1 else...
  3. rubbersoul69

    Conditional Statement in Expect script

    It would reside on a remote system that I'd be connecting too.
  4. rubbersoul69

    Conditional Statement in Expect script

    OK sorry.... forget everything I put above. What I need is a simple loop that looks for a file name acme.conf under /etc When it finds it I just want it to append a number say acme.conf.1 If it's run again it should copy the file again and call it acme.conf.2 If it doesn't find it the...
  5. rubbersoul69

    Conditional Statement in Expect script

    Hi All, I'm writing an expect script for an installation of some software on a Linux box. Where I'm getting stuck is in the beginning when I'm looking for the presence of a file. If it's there I want to rename it to acme.conf.1, so that when the software installs it can touch acme.conf. Hope...
  6. rubbersoul69

    Exchange & GPO

    Can you tell me also what the advantage is of using mapi over pop3?
  7. rubbersoul69

    Exchange & GPO

    Anyone have a link on this procedure....your explanation (though appreciated) was a little vague. LOL
  8. rubbersoul69

    Exchange & GPO

    OK...great answers guys. Well here is another problem of mine. Is there any utility out there that will help the migration of over 500 users to exchange? I just can't see myself having to go to each PC, open Outlook, click new mail account, add an exchange account and so on...and so on..... -rod
  9. rubbersoul69

    Exchange & GPO

    So we have just implemented a new 2003 Exchange Server in the office. We were running SENDMAIL before. Terrible. Anyhow, my boss has just come to me and asked if I could create a GPO which we could then propogate to all of our end users. This GPO would need to change the path of there...
  10. rubbersoul69

    Synchronization Problems

    I have a user who works on a laptop at the office. He need to be able to work on his files located within his personal network share, so I have offline folders enabled and I have them synchronizing on logon and logoff. The problem is....sometimes for whatever reason....the personal folder (which...

Part and Inventory Search

Back
Top