Aug 2, 2002 #1 Ouch Programmer Joined Jul 17, 2001 Messages 159 Location GB I am trying to map the client floppy from a terminal services session. does anyone know the correct syntax? I know its somthing like: %clientcomp% i have tried %machinename% Can anyone help?
I am trying to map the client floppy from a terminal services session. does anyone know the correct syntax? I know its somthing like: %clientcomp% i have tried %machinename% Can anyone help?
Aug 2, 2002 #2 Dmasch MIS Joined Feb 18, 2002 Messages 326 On your clients machine you need to share the A: as adrive or whatever name you want. Then inside you Terminal Server session you can go out to a dos prompt and type; Net Use T: \\machinename\adrive Now you can copy whatever files you want to the T: which is your clients A drive. Upvote 0 Downvote
On your clients machine you need to share the A: as adrive or whatever name you want. Then inside you Terminal Server session you can go out to a dos prompt and type; Net Use T: \\machinename\adrive Now you can copy whatever files you want to the T: which is your clients A drive.
Aug 2, 2002 Thread starter #3 Ouch Programmer Joined Jul 17, 2001 Messages 159 Location GB yep, but i need to put it in a login script to run evry time a user logs on , i will not know their computername Upvote 0 Downvote
yep, but i need to put it in a login script to run evry time a user logs on , i will not know their computername
Aug 2, 2002 #4 brontosaurus MIS Joined Feb 26, 2002 Messages 3,772 Location US %computername% Upvote 0 Downvote
Aug 2, 2002 #5 mikecx Technical User Joined Jul 9, 2002 Messages 215 Location US Is there somewhere i can get a list of the %--% commands? I know username and computername, but are there others? Upvote 0 Downvote
Is there somewhere i can get a list of the %--% commands? I know username and computername, but are there others?
Aug 5, 2002 Thread starter #6 Ouch Programmer Joined Jul 17, 2001 Messages 159 Location GB I Found an answer, %clientname% is the currently connected TS client i used \\%clientname%.bham.com\Floppy-drive i would also like to find a list of the %--% commands Thanks for all the help Upvote 0 Downvote
I Found an answer, %clientname% is the currently connected TS client i used \\%clientname%.bham.com\Floppy-drive i would also like to find a list of the %--% commands Thanks for all the help