Code for creating and editing BAT files
Code for creating and editing BAT files
API Declarations
dim Msgtyp As String
Rate Code for creating and editing BAT files
(1(1 Vote))
JavaString = "ras" & " filesend " & "API_SND_PATH" & "Msgtyp" & ".txt " & "API_SND_PWD" & " " & "API_SND_FILENM" & vbCrLf & _
"pause"
PathBat="c:\"
Open PathBat & FlNameBat For Append As #2 'to create the BAT file
Print #2, JavaString
Close #2
Code for creating and editing BAT files Comments
No comments yet — be the first to post one!
Post a Comment