HTML/JS Open A Window To The C$ Drive January 05, 2023 Post a Comment 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$"); Copy Share Post a Comment for "HTML/JS Open A Window To The C$ Drive"
Post a Comment for "HTML/JS Open A Window To The C$ Drive"