Hi
I have created txt file pf500.in which should be printed by fiscal32.exe...Both files are in the same folder
I use this code:
Dim RetVal
RetVal = Shell("fiscal32.EXE", 1)
but I get the message 'File not found'
In Dos prompt if I invoke FISCAL32.EXE it automatically take pf500.in to print (by default)
Where I make mistake?
I have created txt file pf500.in which should be printed by fiscal32.exe...Both files are in the same folder
I use this code:
Dim RetVal
RetVal = Shell("fiscal32.EXE", 1)
but I get the message 'File not found'
In Dos prompt if I invoke FISCAL32.EXE it automatically take pf500.in to print (by default)
Where I make mistake?