obulldog27
Programmer
I have two folders and one subfolder within water:
1. c:\wjcut
2. c:\water
c:\water\archive
(both files are on the Desktop).
I copy files from wjcut into water with an extension change from .nc to .ppg.
copy wjcut\*.nc water\*.ppg
The .nc files are created from a manufacturing application (mc8 -> nc).
And the c:\water\*.ppg files are uploaded to another networked computer used for a specific manufacturing process. copy c:\water\*.ppg g:\uploaded\*.ppg
**What I want to do is the files(water\*.ppg) that I DO NOT WANT want uploaded I put them in the archive folder for later use.
**The Problem is that the archived files/files( i dont want upload) are recreated when ever I created a new .nc file from the manufacturing application because ALL .nc files copying/converted back to my ppg folder but I want only the ones I just created. I am open to modifications of my of my current folder setup if necessary.
(testing .bat on winxp but using it on win98)
1. c:\wjcut
2. c:\water
c:\water\archive
(both files are on the Desktop).
I copy files from wjcut into water with an extension change from .nc to .ppg.
copy wjcut\*.nc water\*.ppg
The .nc files are created from a manufacturing application (mc8 -> nc).
And the c:\water\*.ppg files are uploaded to another networked computer used for a specific manufacturing process. copy c:\water\*.ppg g:\uploaded\*.ppg
**What I want to do is the files(water\*.ppg) that I DO NOT WANT want uploaded I put them in the archive folder for later use.
**The Problem is that the archived files/files( i dont want upload) are recreated when ever I created a new .nc file from the manufacturing application because ALL .nc files copying/converted back to my ppg folder but I want only the ones I just created. I am open to modifications of my of my current folder setup if necessary.
(testing .bat on winxp but using it on win98)