B
Bre-x
Hi,
I have a MS Access 2000 db that uses the command
call shell to launch a program that will clean up a text file.
My question is: is there a way to use the sell without it showing that blank
screen?
Function ajo()
Dim TShell As String, tofeo As String, InFile As String, OutFile As String,
Ln As Integer
InFile = Application.CurrentProject.Path & "\feo.txt"
OutFile = Application.CurrentProject.Path & "\feodone.txt"
Ln = 12
tofeo = InFile & " " & OutFile & " " & Ln
TP = Application.CurrentProject.Path & "\PROG1.EXE"
TShell = TP & " " & tofeo
Call Shell(TShell, 1)
End Function
Thank you All,
Bre-x
I have a MS Access 2000 db that uses the command
call shell to launch a program that will clean up a text file.
My question is: is there a way to use the sell without it showing that blank
screen?
Function ajo()
Dim TShell As String, tofeo As String, InFile As String, OutFile As String,
Ln As Integer
InFile = Application.CurrentProject.Path & "\feo.txt"
OutFile = Application.CurrentProject.Path & "\feodone.txt"
Ln = 12
tofeo = InFile & " " & OutFile & " " & Ln
TP = Application.CurrentProject.Path & "\PROG1.EXE"
TShell = TP & " " & tofeo
Call Shell(TShell, 1)
End Function
Thank you All,
Bre-x