VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code for creating and editing BAT files

by Rahul Ashok Surve (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 21st October 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Code for creating and editing BAT files

API Declarations


dim Msgtyp As String

Rate Code for creating and editing BAT files



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

Download this snippet    Add to My Saved Code

Code for creating and editing BAT files Comments

No comments have been posted about Code for creating and editing BAT files. Why not be the first to post a comment about Code for creating and editing BAT files.

Post your comment

Subject:
Message:
0/1000 characters