|
-
Apr 22nd, 2001, 03:50 PM
#1
Thread Starter
Hyperactive Member
Hrmmm... these will be 3 newbie question. I have no clue though. I'm used to programming in perl and am a newbie to visual basic. Anyway, here I go. 1) What is the command to copy files? 2) How do I rename a file? 3) Can I make *nix apps using VB? There we go, that's it. Thanks -=)
-
Apr 22nd, 2001, 04:07 PM
#2
1) Use Filecopy
Code:
FileCopy "MyFile", "MyNewFile"
2) Use Name
Code:
Name "MyFile" As "MyOtherFile"
3) What do you mean by *nix?
-
Apr 22nd, 2001, 04:07 PM
#3
- Filecopy "C:\Folder1\File.exe", "C:\Folder2\File.exe"
(Syntax - Filecopy File&Path FROM , File&Path TO)
- Name "C:\Folder1\File.exe", "C:\Folder1\File2.doc"
(Syntax - NAME File&Path OLDNAME, File&Path NEWNAME)
- Haven't a clue, what's a *nix app ?
Megatron - pplleeaassseeee stop following me
-
Apr 22nd, 2001, 04:14 PM
#4
Thread Starter
Hyperactive Member
A *nix application is for another operating system. *nix is a way of saying unix, linux, and others like them all in one word ;] It's used quite often in the non-windows world.
-
Apr 22nd, 2001, 04:30 PM
#5
vb is soley a windows dev env as far as I know
-
Apr 22nd, 2001, 04:41 PM
#6
Arc-Info v8.0 (from ESRI) is a *nix app that uses VBA
and runs on several flavors of unix and Windows.
Embedded VBA or vbscript is about the only place you can find it outside of Windows.
-
Apr 22nd, 2001, 04:43 PM
#7
I stand corected
-
Apr 23rd, 2001, 02:12 AM
#8
Embedded VBA or vbscript is about the only place you can find it outside of Windows.
There is a dos version of vb (VBDOS 1.0) I think it's called. Also, you can get an emulator to run your app on Linux although this one I've not seen.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|