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

    batch file to copy and replace edb***.log when updated

    I am a clinical (hospital) IS director. My hospital administrator has asked for a copy of the edb*.log without the knowledge of my systems administrator. I was thinking I could run a batch file that would copy the log file to a folder on my pc via task scheduler. The problem I see with this...
  2. zanthe99

    SP2 Installed...Client used SP1 Restore CD...Problems

    I tried the options available to uninstall the service pack but even the $ntservicepackuninstall$ folder cannot be found so a conventional uninstall isn't going to work either. I thought about downloading SP2 again and reinstalling it but at 266mb it's quite a haul and I'm not sure that it's...
  3. zanthe99

    SP2 Installed...Client used SP1 Restore CD...Problems

    XP Pro workstation with SP2 installed. Client had issues and restored Windows using the restore cd which had SP1 on it. Many functions are not working including Outlook and I am unable to uninstall SP2 or access any of the icons associated with it. Is a format the only option at this point?
  4. zanthe99

    Batch script...need user to login before running...

    I have a login script for all users. I need the users to log on to the network before the script runs however. I know there is a "wait" /w command but I'm not sure where I should put it. This will be for XP, 2000 and 98 machines. Thanks in advance. if '%OS%' == 'Windows_NT' goto...
  5. zanthe99

    Converting minutes into days/hours/minutes

    ToText((Truncate(Sum ({HISTORY_DETHIST_.QUANTITY})/24)),0) + " days, " + ToText((Remainder (Sum ({HISTORY_DETHIST_.QUANTITY}), 24)),0) + " hours " Don't know if this will help you, but I use this formula for a quantity field that I want turned into days and hours. The...
  6. zanthe99

    Help! Office XP Standard...Need to share calendar fast.

    I got it to work using the mailbox rather than personal folders. Thank you for the quick response!
  7. zanthe99

    Help! Office XP Standard...Need to share calendar fast.

    I am going to check the web, but thought I would start here. I have an administrator's pc that needs the outlook (XP Standard) calendar shared giving his secretary editor permissions. I have gone to tools, delegates and added her, however the permissions button is grayed out when I highlight...
  8. zanthe99

    Group summaries (specified order)...print on same row?

    I have a report with one patient type group in a specific order (inpatient and outpatient). I have specified my group and summarized. The problem is, the summary prints out as 2 rows: 89 90 and I need to print the summary in 2 columns: 89 90 Is there a way to have the summary print like...
  9. zanthe99

    Login script for W9x and XP...fill in the blanks (Track-It! Audit)

    I found a script that worked: if '%OS%' == 'Windows_NT' goto nt4 start \\Emergin\trackit$\tiwsmgr.exe start \\Emergin\trackit$\audit32.exe :nt4 start \\Emergin\trackit$\tiwsmgr.exe /service /audit :end
  10. zanthe99

    Login script for W9x and XP...fill in the blanks (Track-It! Audit)

    This is my first login script attempt. I have 150 networked pc's, half running W98se and the other half running XP Pro (and 3 W95 machines that are about to be upgraded). I have 3 separate scripts that I would like to combine into one script for all users. I have been investigating the Web to...
  11. zanthe99

    Remote Desktop vs. other remote products

    We are a hospital with 150 networked users. We are in the process of upgrading everyone to Windows XP Pro. We currently utilize PC Anywhere on servers etc. for remote access. Can we support users remotely with Windows XP or is another product better? We often need to remap drives etc. for...
  12. zanthe99

    2 versions of Crystal on the same PC?

    I hope this isn't a senseless question however I am really in a quandry. I write basic reports for my hospital and currently have about 150 reports in version 8.5. My software vendor suggested that I not upgrade to version 9 as there are a few things about the new version that I won't like...

Part and Inventory Search

Back
Top