infinitelo
Programmer
- Mar 7, 2001
- 319
i have this file that i need to send to the dos prn with the dos font (please dont ask me Y you'll just say im crazy. trust me i am in the "box" right now and im really reaching for a solution
what i want to do is when they press ok, it does
type filename>prn
' Windows Script Host Sample Script
'
' Copyright (C) 1996-1997 Microsoft Corporation
Sub Welcome()
Dim intDoIt
intDoIt = MsgBox(L_Welcome_MsgBox_Message_Text, _
vbOKCancel + vbInformation, _
L_Welcome_MsgBox_Title_Text )
If intDoIt = vbCancel Then
WScript.Quit
End If
End Sub
as my chemistry professor used to tell me
"ignorance is bliss"
what i want to do is when they press ok, it does
type filename>prn
' Windows Script Host Sample Script
'
' Copyright (C) 1996-1997 Microsoft Corporation
Sub Welcome()
Dim intDoIt
intDoIt = MsgBox(L_Welcome_MsgBox_Message_Text, _
vbOKCancel + vbInformation, _
L_Welcome_MsgBox_Title_Text )
If intDoIt = vbCancel Then
WScript.Quit
End If
End Sub
as my chemistry professor used to tell me
"ignorance is bliss"