Hi
Thanks for the script, but if I understand this right, only windows 2000 and win nt 4 clients will be affected by this. And that is not enough.
I will have to use the net stop server command insted.
Regards
M
Hi
I try to copy a 1 gb file from a win 2000 pro sp4 pc to a win xp pro sp1 on my local network. But xp says that the procedure will take 227 minutes??!!
That can't be right, what can I do to improve this?
Regards
M
Hi
Great, thats what I meant. But what if I want to take it one step further and add some text before a name, but I only want that text to appear if there is any date from the excel file. Can this be done too?
Regards
M
Hi
I wonder if it is possible to use a excel file that holds a lot of adresses to inside word create labels based on the data in excel?
I use office 2003
Regards
M
Hi
That really sound like a good script that could come handy. If I could do that then I can use that together with my own script to get it to work.
Yes I definitly want that script.
Regards
M
I allreaady have a script, but if users have files opened from the share, I can't disconnect them.
And I need to do that beacuse I run a script that delete all files on that network share every night.
Regards
M
Hi
I need a script or someother way to force a disconection from a share on my win 2000 server. It has to work even if the user is connected and have files open from the share. It also has to work with both win & mac clients.
Could someone please help me out here?
Regards
M
Hi
I use this code to write an xml file....
<code>
Sub Page_Load()
' initialize a XmlTextWriter object
Dim objXmlWriter As XmlTextWriter = Nothing
' location to the XML file to write
Dim strXmlFile As [String] = Server.MapPath("testfile.xml")
objXmlWriter = New...
Hi
I wonder if it possible to read and edit a xml file that have this structure..
<?xml version="1.0" encoding="UTF-8"?>
<Orders>
<Order>
<OrderID>123</OrderID>
<OrderDate>2004-05-01</OrderDate>
<CustID>2233</CustID>
<CustName>Company Name</CustName>
<CustRef>John...
Don't worry about it I found this solution..
Function TimeIt(N)
Dim StartTime, EndTime
StartTime = Timer
For I = 1 To N
Next
EndTime = Timer
TimeIt = EndTime - StartTime
End Function
Call TimeIt(5555555)
Regards
M
Hi
I try to use this loop to delay a page 5 seconds but I get a time out when I use this loop, what am I doing wrong here?
<%
CurrentSecond = Second(Time)
FutureSecond = (CurrentSecond + 5)
Do Until CurrentSecond = FutureSecond
CurrentSecond = Second(Time)
Response.Write CurrentSecond...
Hi
I need some feedback on how to solve a situation, I'm about to create a site that use a shopping basket and some products that can be orderede through the site. The products are dynamic pdf's that the user himself create.
The text that the user enters can be saved if the user wishes, so...
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.