How do I modify the following command to export to a filename that is the same as the inbound filename that the folder monitor script picked up?
Export...[8,"Standardizeaddress.emp","g:\accuzip6\outbox\out.csv",1]
Help with Export Command in Script
Moderators: Steve, Terry, Donna, Dave, Eric, MartyH, Kristen, Chrissy, Geoff, Vince
-
- Private
- Posts: 17
- Joined: Mon Oct 30, 2006 7:59 am
- Location: Plano, TX
writing out the file with the same name as the working dbf
You will not use the export function, but rather the command feature. Because you need to delete the input file, otherwise the auto script will continue to process the same file, you will need to use the command.
Go to the following link:
http://www.accuzip.com/forum/viewtopic. ... pt+monitor
This will show you how to setup the watch folders using commands (download available in the movie)
Let us know if you need help modifying the command to go to the correct locations. By default the in and out folders are C:\Working\in and C:\Working\out.
Go to the following link:
http://www.accuzip.com/forum/viewtopic. ... pt+monitor
This will show you how to setup the watch folders using commands (download available in the movie)
Let us know if you need help modifying the command to go to the correct locations. By default the in and out folders are C:\Working\in and C:\Working\out.
-
- Private
- Posts: 17
- Joined: Mon Oct 30, 2006 7:59 am
- Location: Plano, TX