Re: [CAD_CAM_EDM_DRO] Cutviewer program
Posted by
Jon Anderson
on 2001-01-23 17:38:55 UTC
Smoke wrote:
files and rename at the same time, called COPYON.BAT
copy a:%1.txt c:\cnc\%3\*.%2
To copy a file I type this: COPYON TESTPART AGC WARD
This looks to the A: drive for a file called TESTPART.TXT, the %1 is a
parameter that TESTPART is passed into for the .bat file. Likewise, I
have directories for each customer and %3 passes the proper directory
into the .bat file (WARD in this case), and %2 passes the desired file
extension along.
So it's COPYON [filename] [desired file extension] [destination dir]
I use print numbers for file names and sometimes have more than one
program for a part, so will use .001, .002, etc for file extensions. You
can simplify the bat file if you stick with a single extention and/or
always use one directory.
Jon
> note pad automatically added the .txt, so I had to go back and renameI have the same problem, and wrote a simple .bat program I use to copy
> it to eliminate the .txt
files and rename at the same time, called COPYON.BAT
copy a:%1.txt c:\cnc\%3\*.%2
To copy a file I type this: COPYON TESTPART AGC WARD
This looks to the A: drive for a file called TESTPART.TXT, the %1 is a
parameter that TESTPART is passed into for the .bat file. Likewise, I
have directories for each customer and %3 passes the proper directory
into the .bat file (WARD in this case), and %2 passes the desired file
extension along.
So it's COPYON [filename] [desired file extension] [destination dir]
I use print numbers for file names and sometimes have more than one
program for a part, so will use .001, .002, etc for file extensions. You
can simplify the bat file if you stick with a single extention and/or
always use one directory.
Jon
Discussion Thread
Gordon Robertson
2001-01-23 12:19:53 UTC
Cutviewer program
Alan Marconett KM6VV
2001-01-23 12:58:42 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Jon Anderson
2001-01-23 12:59:21 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Joe Vicars
2001-01-23 13:04:50 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
cncrouterusa@n...
2001-01-23 14:47:10 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Smoke
2001-01-23 14:54:02 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Alan Marconett KM6VV
2001-01-23 15:45:59 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Smoke
2001-01-23 15:52:48 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Smoke
2001-01-23 16:24:45 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Jon Anderson
2001-01-23 17:38:55 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Ian Wright
2001-01-24 02:22:58 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program
Fred Smith
2001-01-24 03:50:53 UTC
Re: Cutviewer program
Smoke
2001-01-24 12:30:52 UTC
Re: [CAD_CAM_EDM_DRO] Re: Cutviewer program
Smoke
2001-01-24 12:33:44 UTC
Re: [CAD_CAM_EDM_DRO] Cutviewer program