Search found 4 matches
- 09 Feb 2016 09:50
- Forum: DOS Batch Forum
- Topic: Check for file if exist and rename it
- Replies: 2
- Views: 1919
Re: Check for file if exist and rename it
Oh thanks u were right about the spaces... i remove them and i become what i needed... thank you to the option of code you showed me im gonna use them too...
- 09 Feb 2016 07:53
- Forum: DOS Batch Forum
- Topic: Check for file if exist and rename it
- Replies: 2
- Views: 1919
Check for file if exist and rename it
Hey guys, im coding a script , trying to automatize some task i use all days... so im gonna copy the script to make you an idea how its must look like @echo off set /P servidor_inicial = server_ set /P servidor_final = server_ xcopy /s \\server_%servidor_inicial%\fasapos\posdpofe.dbf \\server_%servi...
- 05 Feb 2016 16:07
- Forum: DOS Batch Forum
- Topic: How to create Folders list
- Replies: 2
- Views: 2059
Re: How to create Folders list
Oh u saved my life im gonna practise batch again i start to code when i was young.. and stop it for like 10 years.. now that im old i realize how i need it.... thank you again
- 05 Feb 2016 12:44
- Forum: DOS Batch Forum
- Topic: How to create Folders list
- Replies: 2
- Views: 2059
How to create Folders list
Hallo, im Alejandro from Chile, my english isnt to good so im gonna explain that very simple, i just want to know how to create folders with a batch script..well i know how... but i wanna create folders from 1 to 100, let me explain that for example : \\DataBase\Locales\Local_1 to \\DataBase\Locales...