I am looking to create a batch file / ini file to do the following
copy a file from my document folder (mylist)on my usb to a folder on the main computer.
and then at the end of the day copy the folder back with another batch file
could anyone help with this please?
 
      
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
I believe xcopy is the command you're looking for...
Rob Loach [Website] [Projects] [Blog]
yes i think it is thank you for your help
Graham Yates
yes that is what i want could ask one more question, how do i get it to run so to speak, i want it to run by double clicking on it if that is possible?
ok know it is a .bat file and this is what i have come up with but it doesnt seem to copy the file over?
xcopy E:\bookmarks.html C:\Program Files\Mozilla Firefox\defaults\profile
could anyone give me some advice?
Graham Yates
Try that.
----
R McCue
PortaBlog Home and My Website
And before anyone complains about the grammar, I'm so jetlagged that my
hands aren't even in the same time zone...
"If you're not part of the solution, you're part of the precipitate."
Excellent that has copied the file over
Thank You!
However when i open firefox i dont see the new bookmarks it is still the old ones? any ideas?
Graham Yates