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 bkrike 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: mannion
  • Content: Threads
  • Order by date
  1. mannion

    Batch Script

    Hi I've never needed to make one in xp till now. The problem I've got is deltree doesn't exsist. How Do I get del *.* /q to also delete folders and subfolders????? any ideas???? Cheers James Mannion
  2. mannion

    Open a file using date

    Hi Im a newbie to this VB, I basically want to create a script that opens two pps files, on being a welcome screen, the second will say mon-fri and depending on the day will depend on which one it opens! I also want it to run it looped. Is there anyone who can help?? or does anyone know any...
  3. mannion

    XP Pro power save query?

    Hi Does anyone know if it is possible to disable the Power Save Management??? It's annoying me!!! Checked my bios and it cant be disabled from there, Every time I reboot The monitor settings get changed back to 20mins!! Could this be done through the registry> James Mannion
  4. mannion

    Help on some java script!!

    Hi Im using a java script menu on my website. Im using frames on my site and the menu is located in the left frame. when I click on one of the icons in the menu it opens the frame in the left frame, what code should I enter to get it to open in the middle frame? here's an example of my code...
  5. mannion

    Outlook style'd menu bar

    Hi I used a website called dynamicdrives to download a java based outlook style menu bar. I have problems linking the image you click on to a web page. The menu and its .js files are stored in a folder call "menu" of the "root directory" and the .html files im trying to open are in the root...
  6. mannion

    Displaying a webpage

    Hi Im wanting to display a webpage on our intranet full page with no explorer, address or link bar? is this possible? Thanks James New to the world of web design!
  7. mannion

    Quick question

    This isn't proberly the right forum area so I apologise! I've created a excel workbook with many worksheets, I know there is a vb script you can put in and on exit it will save to one worksheet last so that it is the first work sheet that opens. any idea's?? James Mannion IT Officer...
  8. mannion

    IE 6 Print probs

    Hi When printing a word document opened through IE6 online I can't print just a single page. If I ask to print just page 6 the whole document comes out. Anyone come across this before??? James Mannion IT Officer james.mannion@exeter.gov.uk
  9. mannion

    Modem Stop Working and ID errors in Event Log

    Hi I have done some research on this but still haven't been able to find any relevent info! The modem on this NT4 server stop working not long ago. I assumed that the modem had died but still have this problem. When I start NT4 I get ras service didn't start error message, also in the event...
  10. mannion

    Group Policies

    Hi People, Im trying to prohibit users from saving documents etc on there desktop, is there a way of doing this in group policies????? Any help will be appreciated!! James Mannion IT Officer james.mannion@exeter.gov.uk
  11. mannion

    W2K Server Print probs

    Hi All I have a W2K Server with around 50 printers setup on it. Our first problem was on one printer not letting you view it's property's. Then it seemed to be on them all, the latest suggestion from Microsoft was to use SP3 so we did. Now we get another problem. Every time from any...
  12. mannion

    SSpool error

    Hi, The Spooler service keeps stopping on its own does anyone have any ideas why this is. I have even changed the spooler service to manual to attempt to stop this but it didn't work. Also to make things harder there is nothing in the event log! Cheers James Mannion IT Officer...
  13. mannion

    Network Associates Anti Virus Help!!!!

    Does anyone no any batch scripts that will remove the management console agent of a windows machine. James Mannion IT Officer james.mannion@exeter.gov.uk
  14. mannion

    Error every 5 Minutes

    Hi I get 1 error and 1 warning every 5 minutes in my event log. I have searched and searched but there is nothing on the actual error and warning that I get! Here's the error and warning: Event Type: Error Event Source: Userenv Event Category: None Event ID: 1000 Date: 23/07/2002 Time...
  15. mannion

    Display a Username

    Hi, I need some help, I need to be able to display a username in the bottom right hand corner of a form I have made. I would I go about this???? Thanks James Mannion IT Officer mannion@whitecross.hereford.sch.uk
  16. mannion

    Batch Script Help

    I've made a batch script, It uses the Echo command to display a bit of information. When its run the information dissappears to fast to see the info. So my question is, is there a command in dos to make the batch script wait i.e. 10 sec before continuing???? Thanks!!!! James Mannion IT...
  17. mannion

    Maixmising Help!!!!!

    Hi I have this script in my program: [colour red] Shell ("c:\winnt\explorer.exe \\server\") & Text1.Text [/color] Everytime I run it, it runs minimised. What should I do to make it run Normal or maximised????? Thanks!! James Mannion IT Officer mannion@whitecross.hereford.sch.uk
  18. mannion

    Opening a network share

    Hi, I cant seem to get this working, I have used VB6 Learning edition to create it and every time I run it, the line starting with "Set WshNetwork" needs to be debugged, this is the script below: Private Sub Command2_Click() Dim Path As String Path = "\\xx3\" +...
  19. mannion

    Using VB to Open a Network Share

    :-( Hi I'm trying to use vb to open a network share. Basically A form pops up, there is a text box, you type the users name in then, click on the button below. For the button this is the coding I have been trying to get to work!!! Private Sub Command2_Click() Dim Path As String Path =...
  20. mannion

    Creating a folder based on the date

    thanks to www.jsiinc.com tip 4835 if you are trying to create folders based on the date as a name use this:- @echo off set $tok=1-3 for /f "tokens=1 delims=.:/-, " %%u in ('date /t') do set $d1=%%u if "%$d1:~0,1%" GTR "9" set $tok=2-4 for /f "tokens=%$tok%...

Part and Inventory Search

Back
Top