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.
batch coding
Name: smitvij Date: April 20, 2009 at 03:36:24 Pacific OS: Windows XP Subcategory: Batch
Comment:
how to copy contents of cd drive into one of the folder of main/defult drive of pc using batch file comand? Also how to find main/default drive of PC using batch file command automatically?
Name: IVO Date: April 20, 2009 at 04:07:27 Pacific
Reply:
To copy files from CD drive to hard disk just use the usual copy command; you may need to remove the read-only attribute after copying by the attrib -R statement.
About the default drive there is no such item in Windows systems.
Summary: Can anyone make me a batch code that will execute a command when the command prompt is closed, something like a 'on-close' command or something, i tried anything i know of. please help. is this even p...
Summary: ok, heres the problem, i have gone to numerous sites and none of the codes i got from them helped, i need a batch code that will automatically embed the batch file in the startup folder so that it exe...
Summary: I have a directory holding an MP3 file for each day. (ie: Feb09.mp3, Feb25.mp3 etc.) I need a batch file that will determine the current date.... Grab the file for the current date.... and FTP...