summaryrefslogtreecommitdiff
path: root/Backup/windows 95/Command prompt.vb
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
committerJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
commitdfac3489c438f5c54bff088a354815e79675b531 (patch)
treedafec547b0e8592e34d8aa756c9500407ebc3c1b /Backup/windows 95/Command prompt.vb
downloadhistacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz
histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2
histacom-dfac3489c438f5c54bff088a354815e79675b531.zip
Initial commit
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