R
RMCompute
I created a batch file called CreateFileofFiles.bat to create a file of files
in the operating system. It contains the following code:
Dir Test*.* > FileTable.txt
It runs successfully from the operating system and I can run it from MS
Access Windows 2000 using the shell command:
Shell ("CreateFileofFiles.bat")
When I try to run the exact same code from MS Access on another computer
which uses Windows XP, it does not create the file. Does anyone have any
ideas? Could it be something unrelated to the fact that it is a different
operating system. I know it is executing the batch command because I put in
a pause in the batch command and I see it pausing, but it will not create the
file. Any help would be greatly appreciated. Thanks in advance.
in the operating system. It contains the following code:
Dir Test*.* > FileTable.txt
It runs successfully from the operating system and I can run it from MS
Access Windows 2000 using the shell command:
Shell ("CreateFileofFiles.bat")
When I try to run the exact same code from MS Access on another computer
which uses Windows XP, it does not create the file. Does anyone have any
ideas? Could it be something unrelated to the fact that it is a different
operating system. I know it is executing the batch command because I put in
a pause in the batch command and I see it pausing, but it will not create the
file. Any help would be greatly appreciated. Thanks in advance.