Read File from Network

Read File from Network SearchSearch
Author Message
Anonymous
 
Posted on Wednesday, February 16, 2005 - 05:11 pm:   

hi i try to send two way sms with a attached file reading from network:
------------------------------------------
@echo off
if %2 == info goto lala
goto exit
:lala
type \Studio88\C\Ftp\webcam\onair.txt
goto exit
:exit
------------------------------------------
it cant read the file it comes a error,
access denied but when i try in dos prompt it works?!?!
pease help thx