Search found 2 matches

by diskovered
09 Jan 2015 13:55
Forum: DOS Batch Forum
Topic: mapping a drive
Replies: 3
Views: 1913

Re: mapping a drive

This is how users log in to our system: local machine > users would then RDP to a virtual workstation > from virtual workstation they would then click on either PRODUCTION shortcut (\\productionserver\mapped to Y drive ) or TEST (\\testserver\mapped to X drive) shortcuts (batch file) Both PRODUCTION...
by diskovered
09 Jan 2015 12:12
Forum: DOS Batch Forum
Topic: mapping a drive
Replies: 3
Views: 1913

mapping a drive

We have two servers, one PRODUCTION and one TEST. I've created two shortcuts on users desktop: TEST PROD The problem is, they both use M drive to access a resource. Essentially, what I want is when I run TEST application on local machine, I want it mapped to M:\testserver\share and vice versa. When ...