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
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...
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
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...
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...
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!
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...
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
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...
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
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...
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...
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
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...
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
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...
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
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\" +...
:-(
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 =...
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%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.