Skip to content Skip to sidebar Skip to footer

Html/js Open A Window To The C$ Drive

I need to have a link in my application that opens a remote C drive window to a certain machine. For example, this works... \C$'>Connect to C

Solution 1:

Like this:

window.open("file://\\\\dev_pc101\\C$");

Post a Comment for "Html/js Open A Window To The C$ Drive"