Search found 1 match
- 28 Jul 2011 20:28
- Forum: DOS Batch Forum
- Topic: Login Batch
- Replies: 1
- Views: 2619
Login Batch
Hi, I'm a bit rusty with my cmd line batches and just wanted to get some feedback on a batch. @echo off echo * echo Copying Software Program Files.... Please wait xcopy \\myserver\Software c:\ProgramX /d /u /y /I>c:\ProgramX\xcopy.out I want to add functionality where it will; - contact myserver on ...