Re: cloud service copy, how to use the pc program

make a notepad file saved as copylogin.bat and put this code in, replacing youremail with your username:

@echo off
mkdir "%userprofile%\copy"
cd "%appdata%\copy"
copyconsole r="%userprofile%\copy" -u=youremail

enter your password when prompted

Finally, once you run the login file and it logs in, to do the sync when you log on to windows, save this code somewhere you'll remember and call it sync.bat:

@echo off
cd "%appdata%\copy"
copyconsole

either maunally run it every time you want to sync your files on login, or put it in the startup folder on your start menu or make a run registry key, either way it'll do the same thing

Hope this helps. If you need any other assistance, just reply to this topic.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Off-topic room : simba via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : gellman via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : simba via Audiogames-reflector
    • ... AudioGames . net Forum — Off-topic room : hacker via Audiogames-reflector

Reply via email to