Search found 3 matches

by raghuram.star
22 Oct 2012 02:59
Forum: DOS Batch Forum
Topic: How to get File Name and Extension without (.) dot
Replies: 4
Views: 13327

How to get File Name and Extension without (.) dot

Hi I want to get the File Name and Extension without (.) dot. I have File Name My_File_Name.txt File Version : 10 I want to get it as My_File_Name_txt_10.O I was able to get the File Name & Version in required format using "%%~na_%%b.o" & I have tried to get extension through "...
by raghuram.star
28 Sep 2012 03:19
Forum: DOS Batch Forum
Topic: Batch file to Copy Files from Local Drive to Share Drive
Replies: 3
Views: 3900

Re: Batch file to Copy Files from Local Drive to Share Drive

@foxidrive :

Thanks for the reply, just got it with a click now... thanks
by raghuram.star
28 Sep 2012 01:15
Forum: DOS Batch Forum
Topic: Batch file to Copy Files from Local Drive to Share Drive
Replies: 3
Views: 3900

Batch file to Copy Files from Local Drive to Share Drive

I want to run a Batch File to Copy Files from Local Drive to Share Drive, Command I'm using is xcopy C:\Records\ \\Server Name\Directory Name\All Records\ /f /l /i /s /y /z For some reason this is not working, CMD window is just blinking and closing I am Generating this code through a VBA Macro from...