Issues in batch script

r.warhekar

Member
Joined
Oct 29, 2009
Messages
1
I have my batch script which copies file from one folder to another and renames file to some unique number using variable.
But this batch script is not working because i cant use variable in script on windows server 2008.

on windows server 2003 i have used rktools.exe provided by microsoft but for server 2008 i am not getting anything.
Please help with issue.
 
These days, I recommend biterscripting over batch scripting. It supports variables of several data types, has generous parsing/extracting/modifying/tokenizing commands. Once a script is written, it will work the exact same way on all operating systems, so you won't face any issues when you upgrade your operating system.

You will see several biterscripts posted all over the web. Start with the one that's closest to your requirements. Biterscripting itself can be downloaded from http://www.biterscripting.com or any other download web site. Just google it up.

Sen
 
Back
Top