When executing net use command for mapping cifs share to windows drive.
The drive is available only for that telnet session.
But when i am doing it manually the drive is available permanent.
Command:net use T: \172.27.4.222\Secure /USER:smbuser password /PERSISTENT:YES
How to make that disk is available permanent through Telnet session
Thanks in Advance