I tried to run SoundRecorder.e xe (located in C:\Windows\Syst em32\SoundRecor der.exe) in windows 7 using a command box in access but for some strange reason I get a Run time 53 error saying that the file was not found.
when I use the mspaint.exe instead of SoundRecorder.e xe in the code above the Paint starts normally.
Also, when I type
C:\Windows\Syst em32\SoundRecor der.exe
in Windows>Run the sound recorder starts normally.
I have spent days trying to figure out what is happening with the SoundRecorder.e xe. I even tried to create a bat file to launch it from access and again, when the bat file is manually clicked the Soundrecorder starts normally but when the bat file is invoked from within access it again pops up an error saying the windows cannot find "SoundRecorder. exe"
Any help?
Code:
----------------- Code: Call Shell("C:\Windows\System32\SoundRecorder.exe", 1) -----------------
Also, when I type
C:\Windows\Syst em32\SoundRecor der.exe
in Windows>Run the sound recorder starts normally.
I have spent days trying to figure out what is happening with the SoundRecorder.e xe. I even tried to create a bat file to launch it from access and again, when the bat file is manually clicked the Soundrecorder starts normally but when the bat file is invoked from within access it again pops up an error saying the windows cannot find "SoundRecorder. exe"
Any help?
Comment