Enter Keywords:
1 - 10 of 28(0.015 seconds)
Sort By:
 
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 ...
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.
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 ?
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...
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...
Zones: Web Languages/StandardsDate Answered: 12/18/2003 Rating: 7.6 Views: 0
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...
Zones: Windows ProgrammingDate Answered: 07/17/2005 Rating: 7.8 Views: 0
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...
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.
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...
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...
Zones: NetworkingDate Answered: 02/16/2006 Rating: 7.8 Views: 0