1.

Solve : how would i cheak to see if a file exsists??

Answer»

how WOULD i cheak to see if a file exsists?
and how would i COPY a file
also how would i copy a file into a folder that name is changing regularly1.
If EXIST file.txt echo FILE.TXT DOES EXIST
2.
Copy file.txt FOLDERNAME
3.
Do you know what it changes to? If so:

if exist Foldername1 copy file.txt Foldername1
if exist Foldername2 copy file.tdt Foldername2
rem Repeat the above lines for all the possible folder names. unfortunatly i dont know what it changes toQuote from: steven32collins on April 24, 2010, 03:40:53 PM

unfortunatly i dont know what it changes to

The you are stuck unless you do it manually.

ok there is a shortcut on my desktop and its link goes straght to the folder how would i save that link as a variable?SET linkvariable=shorcut.lnk


Discussion

No Comment Found