Forum: Shell Scripting Jan 22nd, 2008 |
| Replies: 1 Views: 1,036 I did this much so far but i donno how to do the echo commands
md "I:\ExpWord"
start /d "I:\Exploring Word" /b
copy "H:\Exploring Word\chapter 1*.doc" "I:\ExpWord\"
start /d... |
Forum: Shell Scripting Jan 22nd, 2008 |
| Replies: 1 Views: 1,036 I need a script that will do the following tasks
Write and test a script called ExpWord.cmd that would do the following:
copy all the files in the Exploring Word directory to a new directory... |