file splitting

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
jjj2k
Posts: 4
Joined: 11 Mar 2011 07:05

Re: file splitting

#16 Post by jjj2k » 17 Mar 2011 08:17

file not in the directory

ghostmachine4 wrote:
jjj2k wrote:Hi,
I installed GAWK but unable to use it on my Win 7 64 bit. I run your command but no output.

did you expect output to be printed to screen? or did you already check file1 and file2 that is produced by the command?

ghostmachine4
Posts: 319
Joined: 12 May 2006 01:13

Re: file splitting

#17 Post by ghostmachine4 » 17 Mar 2011 18:09

jjj2k wrote:file not in the directory

ghostmachine4 wrote:
jjj2k wrote:Hi,
I installed GAWK but unable to use it on my Win 7 64 bit. I run your command but no output.

did you expect output to be printed to screen? or did you already check file1 and file2 that is produced by the command?


dude, very simple. Did you see my post output? I run the command in C:\test. Inside c:\test, I have the input file called simply, "file". When run, it will produce 2 files, file1 and file2. Make sure you have gawk installed in c:\test OR simply put it in your c:\windows\system32 ( for me i am using XP), and make sure you DO HAVE YOUR INPUT FILE IN THE DIRECTORY WHERE YOU RUN THE COMMAND.

If you still cannot see these 2 files ( file1 and file2), show me how you execute the command on your command line.

Post Reply