Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for gian10890

SOBA11009_1_1.xml SOBA11009_1_2.xml SOBA11009_1_3.xml SOBA11009_1_4.xml SOBA11009_1_5.xml SOBA11009_2_1.xml SOBA11009_2_1.xml SOBA11009_2_2.xml SOBA11009_2_3.xml SOBA11009_3_1.xml SOBA11009_3_2.xml SOBA11009_3_3.xml 978-0-387-98595-4 Is it possible that I want to create a batch file that overwrites the SOBA1109 with 978-0-387-98595-4? output: 978-0-387-98595-4_1_1.xml 978-0-387-98595-4_1_2.xml 978-0-387-98595-4_1_3.xml 978-0-387-98595-4_1_4.xml 978-0-387-98595-4_1_5.xml 978-0-387-98595-4_2_1.xml 978-0-387-98595-4_2_1.xml 978-0-387-98595-4_2_2.xml 978-0-387-98595-4_2_3.xml 978-0-387-98595-4_3_1.xml 978-0-387-98595-4_3_2.xml 978-0-387-98595-4_3_3.xml

Member Avatar for JeoSaurus
0
173
Member Avatar for gian10890

good day sir., I'm having trouble in creating batch file for my work... ok, here's the scenario: i want to create a batch file to COPY a FOLDER to the storage, wherein the FOLDER consists of text files. i successfully created a batch file where i copied txt.files in the …

Member Avatar for Narue
0
65
Member Avatar for Lida_pink
Member Avatar for gian10890

here's my code: this code executes by pressing ALT Q, then the msgbox will return the key value of Q which is 81 [CODE] Private Sub Form_KeyUp(KeyCode As Integer, x As Integer) If x = vbAltMask Then If KeyCode = vbKeyQ Then MsgBox KeyCode End If End If End Sub[/CODE] …

Member Avatar for vb5prgrmr
0
103