D
David Kennedy
Hi ,
I have a button on a form that exports a table(containing dos commands) as a
text file :
(I cannot export as .bat so I am exporting as .txt)
DoCmd.TransferText acExportFixed, "BatchFile_ExpSpec", "12_BatchFile",
"C:\CDE\pecfileA.txt"
??????????
Can anyone advise me how to change the pecfileA.txt file to pecfileA.bat
using code
I have tried DoCmd.Rename but it doesnt work
Thanks in advance
David K
I have a button on a form that exports a table(containing dos commands) as a
text file :
(I cannot export as .bat so I am exporting as .txt)
DoCmd.TransferText acExportFixed, "BatchFile_ExpSpec", "12_BatchFile",
"C:\CDE\pecfileA.txt"
??????????
Can anyone advise me how to change the pecfileA.txt file to pecfileA.bat
using code
I have tried DoCmd.Rename but it doesnt work
Thanks in advance
David K