Jump to content
Forum²

Recommended Posts

Posted

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.

  • 3 weeks later...
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...