Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
prompt filename after every copy
Name: andyizhere Date: April 22, 2009 at 01:41:01 Pacific OS: Linux Subcategory: C/C++
Comment:
Hey! I was trying to write a script to copy contents of one dir to another.
src_path=/home/admin/ashish/source tgt_path=/home/admin/ashish/destination if [ ! -d ${tgt_path} ]; then mkdir -p ${tgt_path} #mkdir -p ashish/destination fi cp -v ${src_path}/* ${tgt_path}/
This i have done. Now if i want a prompt everytime saying the filename after that file that has been copied. how to do it?
Summary: Hey again, I am looking for a simple batch that I can run nightly to update our forms on all of our server locations. I want them to match server A's folders and subfolders exactly after every run th...
Summary: Hi Dustybob, I assume the data on all the sheets is of the same format. The simplest way would be: Save all the sheets to separate csv files. Use the DOS Copy command to glue the files together. So yo...
Summary: There is a way to edit the Windows registry to make programs/files run when you login. Goto Start -> Run -> then type 'regedit' On the left you will see a list of keys, similar to a tree of files. Exp...