I already know how to create a simple text file in normal Vb6.
What I need to know is what is the code for creating a file in VB SCRIPT.
VB6 Code....
Open "Textfile.txt" For Output As #99
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20554626.html
Zones:
Visual BasicDate Answered: 07/28/2003 Rating: 9.0 Views: 0
Hi experts, i need to know how to create a file with a perl script thanks.
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22037759.html
Zones:
PerlDate Answered: 10/26/2006 Rating: 8.2 Views: 0
Hi , I want to a text file from a shell script that contains free text that i define inside the .sh script. any simple way ?
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/sh/Q_24114907.html
Zones:
shDate Answered: 02/06/2009 Rating: 9.1 Views: 198
Hi,
I would like to write a shell script (most of times to be executed in background) which notifies the user (i.e. echo-ing a message on the std output) when a new file is created in a specific d...
http://www.experts-exchange.com/OS/Unix/Q_10328374.html
Zones:
Unix OSDate Answered: 06/19/2000 Rating: 7.2 Views: 0
sub cmdSave_Click()
Dim a
a=frm1.FailPTG.value
FileName = "c:\Kertas\& a\.rtf " // Set the file name
ATX451.DataType = 3
ATX451.FileName = "c:\Kertas\& a\.rtf " // Set the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20825659.html
I have another issue with my project that I wanted to run by the group to see if I can create a script to help with this situation or continue doing it manually.......
Here's my issue:
I am t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21491502.html
Hi the following script executes without errors and should create the records as xml files in the XMLInterfaceDir, however
no xml files are created. The records exist and hold data.
use DBI;
u...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21953023.html
Zones:
PerlDate Answered: 08/14/2006 Rating: 9.4 Views: 0
I am trying to create a file from Korn Shell script. I tried this:
#!bin/ksh
"A">"$1".OK
This does not work. I am trying to pass in a parameter and create a file with an extension of .OK.
http://www.experts-exchange.com/Programming/System/Linux/Q_22128458.html
Zones:
Linux DevDate Answered: 01/18/2007 Rating: 8.8 Views: 0
I have a bat file that runs audit32.exe
\\machinename\path\audit32.exe
I want to write code in this batch that will run this 10 minutes after i execute the bat file. I want a delay execution o...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_21547153.htm...
Zones:
Windows 2000Date Answered: 10/03/2005 Rating: 9.6 Views: 0
Trying to create a new folder inside the already existing Program Files directory on each of my users' workstations.
What's the syntax? c:\program files\test folder doesn't seem to work.
Sho...
http://www.experts-exchange.com/Networking/Misc/Q_21740106.html
Zones:
NetworkingDate Answered: 02/16/2006 Rating: 7.8 Views: 0