summaryrefslogtreecommitdiff
path: root/Backup/windows 95/Command prompt.vb
diff options
context:
space:
mode:
Diffstat (limited to 'Backup/windows 95/Command prompt.vb')
-rwxr-xr-xBackup/windows 95/Command prompt.vb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Backup/windows 95/Command prompt.vb b/Backup/windows 95/Command prompt.vb
new file mode 100755
index 0000000..48a554d
--- /dev/null
+++ b/Backup/windows 95/Command prompt.vb
@@ -0,0 +1,6 @@
+Public Class Command_prompt
+
+ Private Sub Command_prompt_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
+ Me.Location = New Point(20, 20)
+ End Sub
+End Class \ No newline at end of file