Related topics

Accessing Network Shares
Since this is a Linux group, I assume one is not asking about file systems (like ufs on Solaris) on other O/S network file system servers. I do know that recovery after crash (important?) is much faster on reiserfs (dunno ext3). I have been running reiserfs on Linux for a couple of years now. Sometimes I share it

compilation : 1%cpu -> 3500 lignes/s :-(( ?
I want to install from a network share [I don't want to do it from CD] 2. I want to install TO a clean drive, in other words, I want to wipe the drive clean first and then install. I have tried running winnt32 /s:<network share> /unattend:unattend.txt, but it leaves all the old files, including the c:\windows

Is there Any way of knowing latest file created in folder ...
HWND & vbcrlf s = s & "document.title= " & oDoc.title msgbox s end if next This even works from **LOCAL FILESYSTEM HTML** or an HTA, but not anything delivered via http or from a network share unless you lowwer security... <html> <head> <title> new document </title> <script language="VBscript"> sub window_onload()

install bcb c/s in a programmer's network
I don't get what the /S:""#e"" is for. I tried the command without it, and it did the same thing. The directions you gave me say that the ComponentID strings can be found in the Once you have the "full" full file set, those file should be able to be used repeatedly from local disk, CD or network share .

Making a backup to a network share (Windows NT)
... 4.0 was installed from network, and you go with the patch, it automatically locates the original source as original source is still available at the network share. MSI (s) (A0:18): Doing action: PublishFeatures Action start 15:49:35: PublishFeatures. GenerateScript: Publishing product features Action ended

Suggestions on deploying VB.NET app via Network share?
Network sharing, however, works before it crashes. We want to wipe the thing out but we need to back up some important files over the network---floppy disks through DOS and add a certain directory to be shared under Windows when it boots. Does anyone know which file(s) need to be edited to accomplish this task?

Network sharing question.
This is probably because you're accessing \\sharename\www\myscript.php, which tells whatever is loading the file to load it directly from the share instead of using HTTP. It's like loading a PHP file off your desktop and wondering why the script doesn't run. Jason -- PHP General Mailing List (http://www.php.net/)

problem accessing network share
A really cool thing about WSCs is that you can keep the source on a network share. If you open a Windows Explorer window using a UNC path (\\server\share\) Type = extensionType then if mod1 < mod2 then saveName = f1.name mod1 = mod2 end if s = saveName & vbCrLf s = s & mod1 end if end if Next MsgBox s End Sub

DOS TCP/IP boot disk to access network share problems ...
UDB Where %WINDRV% is a mapped drive to a network share %PCID% is a variable defining the PC and where D:\config~1 is an exact copy of the network distribution point Thinking that the ~ in the sub directory name could be a problem I also tried: D: cd config~1 WINNT /s:. /x /b /u:%WINDRV%\UDF-UNA\%MACHINE%.

Función recursiva para recorrido del arbol de directorios
Yes, you can install XP from a network share. If you are using winnt (say from dos), look at winnt /? and check out the /s option...you can do winnt /s:\\myserver\myshare\winxp\pro\i386 If you are using winnt32 it is the same. If you can get access to the network share, you can install XP.

Error on while transfering large files to a network share
Hi guys, Is there a utility that will let me map a network share into a sub-folder? ie: I would like the share \\somecomp\somedata to appear locally as c:\data Thanks L3K Depends what O/S you are using. In XP Pro, from widows explorer, tools you can map a network drive to a specific folder on another PC.

"Enter Network Password"
FreeSpace / 1024, 0) s = s & " Kb" & vbCrLf MsgBox s End Sub Using CurDir, ChDrive, ChDir, or App.Path If you use the CurDir function, the ChDrive and ChDir App.Path returns a UNC path: When you run a project after loading it from a network share, even if the network share is mapped to a drive letter.

How to download IE 5.01 SP2 on a system running IE 5.5 SP1
The reason I use the mapping is as follows: I need to copy the files on the Q: (the mapped drive) drive to the S: drive (a local drive from the server's point I'm running a bat file to map a drive to a network share On the server? Or is this a login script for your workstations, as I'd expect (can't see why a

error importing registry with "regedit /s"
Andre An...@discussions.microsoft.com microsoft public windows server active_directory I have a client that deleted some files accidently off there share on a windows 2003 server. Is there an easy way to get those back without havining to access tape backup. If I go to the clients workstation and look in the trash

2 Little ?s
My share in on a Win NT 4.0 Server (SP6a) "W2KPInstall", shared as same. When I run update.exe from my Windows 2000 workstation with the following command "f:\i386\update\update.exe -s:h:\W2KPInstall\i386" Note: both SP1 files and W2K are on the network server. It also fails when run from the SP1 CD-ROM on the

2 Little ?s
If you have TCP/IP set up before hand it may not conform to the requirements of the file and printer sharing configured by the XP network sharing not give up too quickly on the prescribed networking procedures Microsoft packages with its Win XP O/S. It took me a while to get it right but eventually it worked.

File Open does not show Directories on Network Share when ...
The virtual directory (PRODUCT) is a network share on Server2 \\server2\ftpfolder. When i start now on a Client1 a ftp transfer from ftp://server1/product than is the traffic by 35KB/s average. Sitation2: When I install a FTP on Server2 and create a virtual directory name is also PRODUCT on the same folder

How do I set the default path for the GetOpenFilename dialog ...
What about this network sharing ? It keeps mentioning it ? Am I alone or with other systems... "Jock" <afton...@yahoo.co.uk> wrote in message news:19t3ztdo5st1h.zu18ps5o8ghy$.dlg@40tude.net... On Mon, 29 Mar 2004 17:16:02 +0100, Stratman wrote: "Nowhere" <Nowh...@nowhere.invalid> wrote in message

s/w deployment
The workstation service must be running on all machines that are going to connect to a network share. (It doesn't matter if the machine is a server or w/s) Is your server configured as a PDC or a member server. If the server is a PDC then I suspect the administrator you are using is the "Domain Administrator"

How To: Enforce a custom "pinned" list on start menu across networ
I will warn you, however, that if you try to retrieve files from a network share (whether it is on the same machine or not) that you will fail - unless you set the Files For Each f1 in fc s = s & f1.name s = s & "<BR>" Next ShowFolderList = s else ShowFolderList = "That Folder Doesn't Exist" end if End Function