Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Exporting Clarion files from CMD
Name: keridbey Date: September 26, 2008 at 12:31:16 Pacific OS: Win2000 CPU/Ram: 1.83 / 1 Gb Product: Dell
Comment:
I've been looking for a way to export TPS files to an ASCII file. I have TOPSCAN.EXE, and the Clarion version I'm at is 5.5. Unfortunately, I need to be able to export the files via a batch file, as I will be remotely dialed in and am not allowed to see the screen (pcAnywhere 11 DOS prompt). I'm unable to install any other languages (Perl, etc.) on the remote system. Does anyone have any experience with this sort of situation?
Summary: Ok, I am having one bit of trouble wiht this. When the export file from the registry is made, it has the values for the path like this: C:\\Folder\\Sub How can I convert it to C:\Folder\Sub? Thanks. ...
Summary: Can you create the script using below forfiles syntax. I tried but did not worked out.. [ I want to delete old user.csv file. The script should not delete latest 1 month old user.csv file Say I want t...