May 17, 2002 #1 CTOROCK Programmer May 14, 2002 289 US when I call a file with Shell, could and if yes, how can I use the UNC format to call a file in case the drive are not mapped the same? Thanks!
when I call a file with Shell, could and if yes, how can I use the UNC format to call a file in case the drive are not mapped the same? Thanks!
May 17, 2002 #2 Junior1544 Technical User Apr 20, 2001 1,267 US use the same format that you would in a link to the file... "\\compname\shared_dir\sub_dir\file.exe" that should work fine, changing it for your required info... --Junior JHauge@jmjpc.net Life is change. To deny change is to deny life. Upvote 0 Downvote
use the same format that you would in a link to the file... "\\compname\shared_dir\sub_dir\file.exe" that should work fine, changing it for your required info... --Junior JHauge@jmjpc.net Life is change. To deny change is to deny life.
May 17, 2002 #4 Junior1544 Technical User Apr 20, 2001 1,267 US np... JHauge@jmjpc.net Life is change. To deny change is to deny life. Upvote 0 Downvote