skelley
08-08-2000, 07:47 AM
Is there a way to use a Hyperlink to Open a Folder on the Server?
I tried C:\WINDOWS\EXPLORER.EXE P:\PATH\FOLDERNAME but that doesn't work.
I tried C:\WINDOWS\EXPLORER.EXE P:\PATH\FOLDERNAME but that doesn't work.
|
View Full Version : Using Hyperlink and Explorer.exe skelley 08-08-2000, 07:47 AM Is there a way to use a Hyperlink to Open a Folder on the Server? I tried C:\WINDOWS\EXPLORER.EXE P:\PATH\FOLDERNAME but that doesn't work. gino 08-08-2000, 08:06 AM try using the server name rather than the letter of the shared drive. for example my server's name is ntscrm2825. my hyperlink should look like this. "\\NTSCRM2825\hroscscrmlog\folder" using the server name will be compatible with both browsers netscape and explorer. and executing a program you could use a macro! have fun! [This message has been edited by gino (edited 08-08-2000).] |